Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need hours/minutes/seconds in GetEventLinks and GetFreeBusy #6

Open
tosharov opened this issue Mar 19, 2020 · 1 comment
Open

Need hours/minutes/seconds in GetEventLinks and GetFreeBusy #6

tosharov opened this issue Mar 19, 2020 · 1 comment
Assignees

Comments

@tosharov
Copy link

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

@brong
Copy link
Owner

brong commented Mar 20, 2020

This looks like a reasonable thing to fix. I'll do a fix with just this first, because the switch to latest JSCalendar will be a much bigger hit!

@brong brong self-assigned this Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants