Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtolio/autoreject
a small appengine app that nicely rejects calendar event invites during scheduled times
https://github.com/jtolio/autoreject
Last synced: 23 days ago
JSON representation
a small appengine app that nicely rejects calendar event invites during scheduled times
- Host: GitHub
- URL: https://github.com/jtolio/autoreject
- Owner: jtolio
- License: apache-2.0
- Created: 2020-09-16T16:09:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T18:11:30.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T03:47:28.886Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autoreject
A Google App Engine app.
Google Calendar has a nice "Out of Office" event feature, where if you
schedule an "Out of Office" event, event invites during that time will be
automatically declined. Unfortunately, you can't make "Out of Office" events
be recurring.This application watches your calendar and automatically rejects events
you are invited to if they conflict with special calendar events you create.If you make sure the name of an event on your calendar includes the
configured "Autoreject identifier" in the event name, then other events scheduled
during that time will be rejected with the configured "Autoreject reply."