I have a Google Sheets file creating Outlook events when a row is added or updated.
When a row is added, a new Outlook event is added.
When a row is updated, a new Outlook event is added.
When a row is deleted, nothing happens.
- When a row is updated, I’d like to update the corresponding Outlook event instead of adding a new one.
- When a row is deleted, I’d like Outlook to delete the corresponding event.
Is there a way to do this?
Thanks