The recurrence support added in #308 is partial. A small example, repeating UNTIL a date is unsupported -- repeating events will continue forever.
The iCalendar RFC defines recurring events in detail in these sections.
Though, I'm not sure if this is possible or wise to do in org-mode. It seems org-mode recommends just enumerating all dates for an event repeating until a certain date, which could cause difficulties syncing.
Discussions in #216 implementing this upstream in org-mode's ox-icalendar, but the bidirectional requirements of org-caldav seem quite distinct from this exporter.
Any suggestions for how I might go about implementing this would be greatly appreciated.
The recurrence support added in #308 is partial. A small example, repeating
UNTILa date is unsupported -- repeating events will continue forever.The iCalendar RFC defines recurring events in detail in these sections.
Though, I'm not sure if this is possible or wise to do in org-mode. It seems org-mode recommends just enumerating all dates for an event repeating until a certain date, which could cause difficulties syncing.
Discussions in #216 implementing this upstream in org-mode's ox-icalendar, but the bidirectional requirements of org-caldav seem quite distinct from this exporter.
Any suggestions for how I might go about implementing this would be greatly appreciated.