Description: My app uses the Google Calendar API to allow users to input tasks quickly and directly into their Google Calendar.
- Heroku
- Node JS
- Express
- Google Oauth
- Nylas
Example code:
Google calendar implementation code using Nylas API: Using Nylas, I listed the events through events.list which grabs all of the events for the user and passed it into the object events. The calendar is then supposed to list the events however at the moment, it's trying to grab all of the calendars for each user so I'm not able to list the events for one calendar. Then in the views folder for calendar, I embeded a frame of the user's Google Calendar and imported it via the user's Gmail account.
Troubleshooting:
Most calendar apis use require() for their examples, but I could only use import(), because application's type was set to module in server.js, so I worked around that by using Nylas instead of the official Google Calendar API.
Adding events/tasks to Google Calendar and allowing users to customize their calendars and profiles more.


