schedule_attributes
schedule_attributes copied to clipboard
Use updated end_time semantics
In https://github.com/seejohnrun/ice_cube/issues/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).