sync-multiple-google-calendars icon indicating copy to clipboard operation
sync-multiple-google-calendars copied to clipboard

Don't sync declined events

Open ineffyble opened this issue 1 year ago • 3 comments

This prevents syncing an event where you have declined the invitation. This is useful since declining an invitation does not automatically delete the event from your calendar.

This code could probably be improved with optional chaining, but this is the version I know works.

ineffyble avatar Jun 01 '23 02:06 ineffyble

Yep, this is good, but I think not necessarily always desired by everyone. Maybe adding a boolean to toggle this behavior in the header section would be helpful.

hgabreu avatar Jun 01 '23 15:06 hgabreu

@ineffyble, I love this PR.

@hgabreu I do agree that some people may want declined events to still be synced.

karbassi avatar Jun 01 '23 21:06 karbassi

@ineffyble Can you test the changes on your system to make sure we're good? I'll test on mine.

Once we're good, I'll merge!

karbassi avatar Jun 01 '23 21:06 karbassi