A simple to use google calendar manager built using Google Calendar API.
To integrate google calendar using NodeJS as backend and following feature should be implemented.
- User should be able to authenticate with the system with the users gmail account.
- Build a web server to read users upcoming events and give the events in a json.
- Build a web service to send an event.
- It should accept email id's as input
- Body of the meeting.
- Title of the meeting.
- Create a express web application which handles users request and responses.
- Google API for getting access of users google calendar.
- Very simple and light weight UI.
- Easy to create google calendar events and share with friends and colleages (at max 5).
- Click on "Login with Google" to authenticate your google account with the application
- Enter your google credentials and continue
- Allow permissions to let G-Calendar Manager access your google calendar
- There you go, you reached to dashboard
- Now lets create an event and share with 2 friends, complete the details and click "Create"
- An alert is shows which shows the event is successfully created.
- The updated events is fetched again and the newly created event is visible on the dashboard
- Frontend
- HTML
- Bootstrap
- JQuery
- Backend
- Javascript
- Express JS
- Node JS
- External API
- Google Calendar API v3
Tag | Date | Description |
---|---|---|
v1.0 | 21 April, 2020 | First Release |