iCal Export: Biweekly recurrences are exported as weekly (missing INTERVAL=2)
-
Hi,
As the title says, biweekly recurrences are not working correctly when imported into Google Calendar on mobile. They appear as weekly events instead.
I checked the ICS feed using curl and noticed that the
RRULEis missing the interval directive.Command:
curl "https://www.esperanceetvie.ca/feed/my-calendar-ics/?dy=1&month=5&yr=2026" | grep RRULEOutput:
RRULE:FREQ=WEEKLY;UNTIL=20360526T000000ZIt seems it’s missing
INTERVAL=2;. It should beRRULE:FREQ=WEEKLY;INTERVAL=2;UNTIL...to be correctly recognized as a biweekly event.Is there a fix or a specific setting I missed? Thanks!
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.