gcalcli icon indicating copy to clipboard operation
gcalcli copied to clipboard

Avoid creating duplicate events by respecting the UID field

Open dbarnett opened this issue 1 year ago • 0 comments

For events that contain a UID field, use Google Calendar's event import feature instead of insert to avoid creating duplicates.

Note that events with UID populated may still get processed as new/updated events if the SEQUENCE number is also incremented (https://www.kanzaki.com/docs/ical/sequence.html).

Fixes #492 & #583.

dbarnett avatar Aug 25 '24 23:08 dbarnett