0

Problem

I am trying to create a single ICS file containing multiple events without a pattern but have them behave as a series. By making them behave as a series, I am hoping to have options such as "RSVP/delete this and all future events". These events are copies of each other except the dates.

I know that it is possible to add multiple VEVENT items in a single file but the problem with this approach is that they behave as separate events. So features like "delete this and all future events" don't work.

What I have tried

The other approach is creating a recurring event with daily frequency and marking the days without events as EXDATES. The problem with this one is that calendars like Google and Outlook show this event as "Daily", which can cause confusion.

It is probably not recommended to group multiple events without pattern but I was wondering if there is a way to either have them behave as a series or fix the "Daily" text in calendars if EXDATE approach is used.

berkininan
  • 11
  • 1
  • Have you tried creating the events using the Calendar API instead? you may want to check this [documentation](https://developers.google.com/calendar/api/guides/recurringevents#creating_recurring_events) – Gabriel Carballo Nov 15 '22 at 13:06

0 Answers0