I am using ICS email attachments to create events and sync google calendar.
the events are created fine, But if I delete them and enter the gmail inbox, it is recreating the events. the only workaround that works for me is to delete the emails with the attachments from inbox and trash.
Is that a known google calendar bug, or there is something I can change with my ICS file to solve this? This is the ICS file I use:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:test-62fa4e2def6bf246cd4a3e52
METHOD:REQUEST
UID:cal-order-62fa4e2def6bf246cd4a3e52
BEGIN:VEVENT
SUMMARY:test test
DTSTART;TZID=Asia/Jerusalem;VALUE=DATE-TIME:20220816T100000
DTEND;TZID=Asia/Jerusalem;VALUE=DATE-TIME:20220816T113000
UID:order-62fa4e2def6bf246cd4a3e52
SEQUENCE:0
ATTENDEE;PARTSTAT=ACCEPTED;ROLE=REQ-PARTICIPANT:MAILTO:test@gmail.com
DESCRIPTION:Number of persons: 2\nDuration: 1hr 30min\nPrice: 750 \n
\nFirst name: \nLast name: \nEmail: test@gmail.com\nPho
ne: 0543098138
LOCATION:Test Harbor
NAME:Test Glass - 62fa4e2def6bf246cd4a3e52
ORGANIZER;CN=Test:MAILTO:test2@gmail.com
END:VEVENT
END:VCALENDAR