Skip to content

extract and expose recurrence rule for such events#4

Open
Serphentas wants to merge 1 commit into
dacay:masterfrom
Serphentas:master
Open

extract and expose recurrence rule for such events#4
Serphentas wants to merge 1 commit into
dacay:masterfrom
Serphentas:master

Conversation

@Serphentas
Copy link
Copy Markdown

This PR implements support for recurring events, by extracting recurrence rules and exposing them when available.

  • Adds isRecurring: boolean to the event object
  • Adds recurrenceRules: Array<{frequency, interval, daysOfTheWeek?, daysOfTheMonth?, monthsOfTheYear?, endDate?, count?}> to the event object
  • Enables downstream tools to generate proper entries instead of creating individual occurrences, such as with CalDAV using RRULE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant