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
Firstly, thank you for this package, it's really helpful. Could you help me and explain, is it possible to receive information about excluded events? For example, I added into my Google calendar series of events which repeated every week. And in case if delete more than one event from series, I will not get this information in response, only last excluded will be shown.
Added better support for Recurrence Rules:
- Updates to specific recurrences of events now get their own entries in
a recurrences[] array, keyed by ISO date/time. (Previously, their
records silently overwrote the main recurrence event)
- Exceptions to recurrences now appear in an exdate[] array, keyed by
ISO date/time.
Also added "knowledge" of the dtstamp, created, and lastmodified fields
so that they get stored as dates, not strings.
This should solve issues peterbraden#57 and peterbraden#63.
Hello,
Firstly, thank you for this package, it's really helpful. Could you help me and explain, is it possible to receive information about excluded events? For example, I added into my Google calendar series of events which repeated every week. And in case if delete more than one event from series, I will not get this information in response, only last excluded will be shown.
Actual result
But I expected something like this
So, is it an issue? Or Am I doing something wrong?
Thank you in advance.
The text was updated successfully, but these errors were encountered: