.ics files will not create new events
When downloading an .ics file from an online calendaring source, the calendar app does not update to a new event but rather highlights an existing event as though you just added it.
Example process:
- go to any website that has multiple events and the ability to "add to calendar" using an .ics file.
- download two separate events.
- double click on the first one. it installs a calendar event as expected.
- double click on the second one. it highlights the existing calendar event.
relevant content of the .ics file
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//RENSCOCHAMBEREVENT//EN
BEGIN:VEVENT
UID:IIJGHEPPJODSFI
DTSTAMP:20231025T100639Z
DTSTART:20231207T163000Z
DTEND:20231207T190000Z
SUMMARY:Holiday NetworkingPlus Lunch
DESCRIPTION:12pm Lunch, Networking 12:30pm
LOCATION:Crown Plaza at the Desmond Hotel
END:VEVENT
END:VCALENDAR
SUGGESTED Reason:
Calendar is self aware enough to recognize the UID but many calendar apps don't use that feature so they produce identical UID - representing that the UID is for the app and not the event.