This sample repo will show you how to easily sync Google and Outlook calendars with Nylas API v3.
The codebase is part of a blog post and livestream showing how to build calendar sync functionality. Take a look at the blog post for pre-requisite steps.
- Node
You'll need the following values from the Nylas Dashboard:
CLIENT_ID = ""
CLIENT_SECRET = ""
Add the above values to a .env
file.
The .env
file is added to .gitignore
. Ensure to store these values securely.
$ npm i
If you found a bug or want to suggest a new [feature/use case/sample], please file an issue.
Visit our Nylas documentation to learn more.