|
Description: |
Any complex recurrence relations, such as `{{{}RRULE:FREQ=MONTHLY;INTERVAL=2;BYDAY= - 1TH{}}}` (every 2 months on the last Thursday), are broken when imported, as they are mapped to only be monthly.
As far as I can tell, the cause is [this| [https://github.com/xwiki-contrib/macro-fullcalendar/blob/021895685b182a8d17b8c7b8e55155f8774d81d3/macro-fullcalendar-api/src/main/java/org/xwiki/fullcalendar/internal/DefaultFullCalendarManager.java #L290].] Maybe using the ical4j recurrence relations somehow to not have to reimplement event generators? |
|