Skip to content

Hanibee/calendar-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Calendar Project

Getting Started

Description: My app uses the Google Calendar API to allow users to input tasks quickly and directly into their Google Calendar.

Heroku Deployed App Link

Screenshots of Application: Image 1 Image 2 Image 3

Technologies Used:

  • Heroku
  • Node JS
  • Express
  • Google Oauth
  • Nylas

Trello Board Link

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.

Next Steps

Adding events/tasks to Google Calendar and allowing users to customize their calendars and profiles more.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors