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".
- Python v3.x
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 variablesRun the file Relations_Events_Emails.py:
$ python3 Relations_Events_Emails.pyVisit our Nylas Python SDK documentation to learn more.