-
Notifications
You must be signed in to change notification settings - Fork 331
Update existing ICS with re-import? #730
Copy link
Copy link
Closed
Description
The latest code will refuse to re-import an ICS where the UID for the event already exists in Google.
But what if the appointment info has changed -- is there a way to update the Google event based on the new information in the ICS?
I thought this was made possible with PR #712 but maybe I'm misunderstanding it.
Is there any elegant solution here short of using the legacy import switch?
One approach might be to use edit but I'm looking to script this, not have it execute interactively.
Note that if you've deleted the item via gcalcli, gcalcli still sees it as a duplicate and refuses to re-import.
Reactions are currently unavailable