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
In ice-cube-ruby/ice_cube#99 the meaning of end_time has changed to represent the duration of the occurrence instead of the last occurrence when to stop recurring the schedule. (This is inline with the iCalendar RFC.)
Will need to ensure that end_time is used correctly as it currently is used to terminate the schedule (it should become an until on the recurrence rule instead).
The text was updated successfully, but these errors were encountered:
In ice-cube-ruby/ice_cube#99 the meaning of
end_time
has changed to represent the duration of the occurrence instead of the last occurrence when to stop recurring the schedule. (This is inline with the iCalendar RFC.)Will need to ensure that end_time is used correctly as it currently is used to terminate the schedule (it should become an
until
on the recurrence rule instead).The text was updated successfully, but these errors were encountered: