Is your feature or refactor request related to a problem? Please describe.
Implement a module for interacting with the Google Calendar API. It should do the following:
- Obtain permanent access tokens for a given user
- Add items to a user's calendar
- Remove items from a user's calendar
- Query a user's calendar to determine availability for a given time of a given day
Is your feature or refactor request related to a problem? Please describe.
Implement a module for interacting with the Google Calendar API. It should do the following: