schedule_attributes icon indicating copy to clipboard operation
schedule_attributes copied to clipboard

Use updated end_time semantics

Open avit opened this issue 12 years ago • 0 comments

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).

avit avatar Dec 02 '12 05:12 avit