Ho can I remove existing even from my mac book which was imported by .ics file. My problem is that when I import a new event with .ics all is good, but when I want to remove same one with .ics it doesn't remove an from calendar.
This is an example of .ics file with "Confirmed" status:
BEGIN:VCALENDAR
PRODID:-//Test Ltd//Test 1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
BEGIN:VEVENT
DTSTAMP:20190430T101846Z
DTSTART:20190430T121700Z
DTEND:20190430T124700Z
SEQUENCE:0
UID:fb51bdc8-d0bd-4a10-a64c-8c15e7968cc1
TZID:Asia/Yerevan
STATUS:CONFIRMED
END:VEVENT
END:VCALENDAR
This is an example for .ics file with "Cancelled" status:
BEGIN:VCALENDAR
PRODID:-//Test Ltd//Test 1.0//EN
CALSCALE:GREGORIAN
METHOD:CANCEL
BEGIN:VEVENT
DTSTAMP:20190430T101924Z
DTSTART:20190430T121700Z
DTEND:20190430T124700Z
SEQUENCE:1
UID:fb51bdc8-d0bd-4a10-a64c-8c15e7968cc1
TZID:Asia/Yerevan
STATUS:CANCELLED
END:VEVENT
END:VCALENDAR