Subject: | RetrieveWithinWindow.pm |
Date: | Mon, 22 Mar 2010 12:48:00 -0400 |
To: | "bug-EWS-Client [...] rt.cpan.org" <bug-EWS-Client [...] rt.cpan.org> |
From: | Mike Mitchell <Mike.Mitchell [...] sas.com> |
When there is not an event within a window I get the following message:
Can't use an undefined value as an ARRAY reference at /usr/local/lib/perl5/site_perl/5.10.0/EWS/Calendar/Role/RetrieveWithinWindow.pm line 28.
It happens when I call retrieve, as in
$entries = $ews->calendar->retrieve(
{
'start' => $sdt,
'end' => $edt,
});
Mike Mitchell
Mike.Mitchell@sas.com