Skip to content

nylas-samples/map_events_and_emails

Repository files navigation

map_events_and_emails

The sample shows how to check a user's calendar for upcoming meetings this week, pull contact and email data for the meeting participants, and make modifications to the meetings based on the context of recent email communications with participants.

For context, you can check the blog post "Turn Your App Into a Scheduling Powerhouse With Nylas".

Setup

System dependencies

  • Python v3.x

Gather environment variables

You'll need the following values:

CLIENT_ID = ""
CLIENT_SECRET = ""
ACCESS_TOKEN = ""

Add the above values to a new .env file:

$ touch .env # Then add your env variables

Run the file Relations_Events_Emails.py:

$ python3 Relations_Events_Emails.py

Learn more

Visit our Nylas Python SDK documentation to learn more.

About

Map the Relationship Between Events and Emails

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages