Skip to content

nylas-samples/team_schedules

Repository files navigation

team_schedules

The example below shows how your app can help a manager track the weekly schedule of their team using the Nylas Calendar. It also provides more context and insight into upcoming meetings with external clients using the Nylas Contacts API.

For context, you can check the blog post "Help Users Streamline Scheduling With The Nylas Calendar API".

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 Team_Schedules.py:

$ python3 Team_Schedules.py

Learn more

Visit our Nylas Python SDK documentation to learn more.

About

Manage Team Schedules Using the Calendar API

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages