Skip to content

Instantly share code, notes, and snippets.

@astanush
Last active October 12, 2018 11:11
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astanush/f103de31b4922380106030fd1cbb03a9 to your computer and use it in GitHub Desktop.
Save astanush/f103de31b4922380106030fd1cbb03a9 to your computer and use it in GitHub Desktop.
Gmail filter - Google Calendar notifications

Google Calendar notifications

Create a Gmail filter that will find all Google Calendar-related emails. I use it to apply a label to the emails so I can go and bulk delete them later.

(("invitation" OR "updated invitation" OR "declined" OR "canceled event") AND (-collaborate OR -"invitation to edit")) AND (has:attachment)

Notes

Including -collaborate and -"invitation to edit" will help exclude Google Docs-related emails.

@meggangreen
Copy link

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment