Support recurring events #7
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dr.sybren/matrix-chat-bot#7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ical calendars support recurring events. These should be handled properly.
RRULE
fields can define a rule by which the event will repeat (RFC-5545 3.8.5.3RDATE
(RFC-5545 3.8.5.2EXDATE
field have to be removed from the set of recurrences. (RFC-5545 3.8.5.1)github.com/JulienBreux/rrule-go can be used to pars recurrence rules like
RRULE:FREQ=WEEKLY;WKST=MO;INTERVAL=2;BYDAY=WE
. Maybe it also can be fedRDATE
andEXDATE
fields, that should be researched.