When using the "Add to Calendar" button to generate .ics export file for a recurring event, the .ics file contents are incorrect - the event runs from it's recurrance start date through to its end date.
An RRULE line is missing and needed to define the recurrence criteria. Refer 3.8.5.3. Recurrence Rule | iCalendar (RFC 5545) | RFC Specifications for details and examples. iCalendar Validator can be used for testing the fix
Since you're looking at the ICS code, https://nixfifty.com/threads/add-to-calendar-ics-export-filename.7305/ is a suggesstion for the .ics filename
An RRULE line is missing and needed to define the recurrence criteria. Refer 3.8.5.3. Recurrence Rule | iCalendar (RFC 5545) | RFC Specifications for details and examples. iCalendar Validator can be used for testing the fix
Since you're looking at the ICS code, https://nixfifty.com/threads/add-to-calendar-ics-export-filename.7305/ is a suggesstion for the .ics filename
Last edited: