DEV Community

Cover image for I Built an Event Scheduler in NodeJs using Google Calendar API 🚀

I Built an Event Scheduler in NodeJs using Google Calendar API 🚀

Arindam Majumder on August 12, 2024

Introduction Since COVID, my calendar has been full of stand-ups, team meetings, and client calls. However, scheduling an event and inv...
Collapse
 
programadormartinez profile image
programadormartinez

Great job! It's a nice tutorial for the platforms where create meets in their websites.

Collapse
 
arindam_1729 profile image
Arindam Majumder

Thanks, Glad you found it useful

Collapse
 
the_greatbonnie profile image
Bonnie

Great article, Arindam.

Collapse
 
arindam_1729 profile image
Arindam Majumder

Thanks a lot for checking out Bonnie 😄🙌🏼

Collapse
 
harsh2909 profile image
Harsh Agarwal

Nice Article Arindam
Now just create a simple form as a frontend for the /create-event endpoint.

Collapse
 
arindam_1729 profile image
Arindam Majumder

Yes.

Collapse
 
hemath923604 profile image
Hemath

Very informative Article.

Great Share Arindam

Collapse
 
arindam_1729 profile image
Arindam Majumder

Thanks

Collapse
 
bablu profile image
Bablu Mia

Nice article brother..

Collapse
 
arindam_1729 profile image
Arindam Majumder

Glad you liked it!

Collapse
 
olibhiaghosh profile image
Olibhia Ghosh

Great one!

This is really helpful.

Collapse
 
arindam_1729 profile image
Arindam Majumder

Thanks for Checking out, Olibhia 😄🙌🏼

Collapse
 
ddebajyati profile image
Debajyati Dey

Wow, really detailed article!

This is a Great one Arindam!

Collapse
 
arindam_1729 profile image
Arindam Majumder

Glad you liked it

Thanks for checking out Debajyati

Collapse
 
astrodevil profile image
Astrodevil

Informative walk through article

Collapse
 
arindam_1729 profile image
Arindam Majumder

Thanks @astrodevil 🙏🏼

Collapse
 
tejagalande profile image
Tejas Galande

Thanks buddy you made my problem easier 🙂

Collapse
 
arindam_1729 profile image
Arindam Majumder

Glad it helped you!

Collapse
 
stormsidali2001 profile image
Sidali Assoul

Great article Arindam.

Collapse
 
arindam_1729 profile image
Arindam Majumder

Thanks a lot

Collapse
 
akshaybond30160 profile image
Akshay bondre

Great Tutorial

Collapse
 
arindam_1729 profile image
Arindam Majumder

Glad you liked it

Collapse
 
tblancog profile image
Tony Blanco

Thanks, awesome tutorial.

Collapse
 
arindam_1729 profile image
Arindam Majumder

Glad you liked it 😀

Collapse
 
shree_yadav_133122d26d455 profile image
Shreekant Yadav

*I got one major error while implementing *

(node:9168) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)

Collapse
 
bbmorten profile image
bbmorten

I couldn't find the proper reason but
NODE_OPTIONS=--no-deprecation npm run start

is working.

Collapse
 
ghulamhussainsoftware profile image
GhulamHussainJoyo • Edited

this is error is occurred after node.js update

Collapse
 
akshaycodes profile image
Akshay SIng

Great Share Arindam!

I was looking for such Articles!

Collapse
 
arindam_1729 profile image
Arindam Majumder

Great to hear that Akshay 😀

Collapse
 
phreemason profile image
PhreeMason

How are you saving more time doing it this way vs just using google calendar on your phone or pc?

Collapse
 
martinbaun profile image
Martin Baun

Great guideline! Thanks for sharing

Collapse
 
androaddict profile image
androaddict

Google Calendar is free or not

Collapse
 
tanmoys95268896 profile image
Tanmoy Sinha

Great Share

Collapse
 
arindam_1729 profile image
Arindam Majumder

Thanks Tanmoy 😄

Collapse
 
igortrindade profile image
Igor Trindade

Great job and thanks for sharing, what scope did you added to allow edit user calendar?

Collapse
 
star_scraperr profile image
Toon-ji

Great.

Collapse
 
alpaccino04 profile image
Alpaccino

You code with Linux ?