Skip to content

Reccurence Rule improvements.

Compare
Choose a tag to compare
@markuspoerschke markuspoerschke released this 16 Sep 12:22

Added

  • Allow multiple recurrence rules in an event #77
  • RecurrenceRule now also allows hourly, minutely and secondly frequencies #78

Deprecated

  • Adding a single recurrence rule to an event using Event::setRecurrenceRule() is deprecated and will be removed in 1.0. Use Event::addRecurrenceRule() instead. #77