You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a specific task of getting events during short periods of time - hours and minutes.
Hours/Minutes/Seconds are nullified in GetEventLinks and GetFreeBusy functions making minimal time span of 1 day, not hours or minutes.
So I'd like to propose
start => $Start->strftime('%Y%m%dT%H%M%SZ'),
end => $End->strftime('%Y%m%dT%H%M%SZ'),
instead of
start => $Start->strftime('%Y%m%dT000000Z'),
end => $End->strftime('%Y%m%dT000000Z'),
Thanks
The text was updated successfully, but these errors were encountered:
I have a specific task of getting events during short periods of time - hours and minutes.
Hours/Minutes/Seconds are nullified in GetEventLinks and GetFreeBusy functions making minimal time span of 1 day, not hours or minutes.
So I'd like to propose
start => $Start->strftime('%Y%m%dT%H%M%SZ'),
end => $End->strftime('%Y%m%dT%H%M%SZ'),
instead of
start => $Start->strftime('%Y%m%dT000000Z'),
end => $End->strftime('%Y%m%dT000000Z'),
Thanks
The text was updated successfully, but these errors were encountered: