-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google calendar integration #59
Comments
This gem looks like a great fit. It has support for recurring events. And as long as you click "Update Guests" when cancelling events Google will send another email with another |
It would actually be better if we could just let Google Calendar handle state for us, but unfortunately invites to a Google Account with I also like the idea of not coupling to Google Calendar, though that does seem to be the de facto standard. Google has an api client in alpha that seems to get the job done. Easy enough to just get the (e.g.) next 10 events. Then it'd be as simple as scheduling a job to query upcoming events and open/close the queue for those. |
Might be able to use their CalDAV API to validate + upload the events received via email, then the Google Calendar API to pull them down. |
The way I'd like to implement this is that you can invite
[email protected]
to your event, the system will parse incoming mail forics
files, then open the queue at that time.We can make sure the sender address is whitelisted as a course instructor (and maybe originates from Google Calendar if we are really concerned?).
The text was updated successfully, but these errors were encountered: