There is 1 update.
 
 
FullCalendar Macro / cid:jira-generated-image-avatar-b09e1270-6c62-44c6-8cd4-8ccd4ef375b4 FULLCAL-76 Open

Broken recurrence relation when importing ics file

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-5f84cd6a-1f10-408f-af53-508912d2a515 Changes by Brassat Alexandru on 21/Nov/24 12:37
 
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?