https://github.com/nylas/scheduler-examples
Example code for the Nylas Scheduler
https://github.com/nylas/scheduler-examples
Last synced: 11 months ago
JSON representation
Example code for the Nylas Scheduler
- Host: GitHub
- URL: https://github.com/nylas/scheduler-examples
- Owner: nylas
- Created: 2019-10-01T22:36:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:24:09.000Z (over 3 years ago)
- Last Synced: 2025-06-07T12:06:38.881Z (about 1 year ago)
- Language: HTML
- Homepage: https://docs.nylas.com/docs/nylas-scheduler
- Size: 691 KB
- Stars: 15
- Watchers: 3
- Forks: 19
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Nylas Scheduler Sample Code 🎯
- **[Quick Start Simple Example](https://github.com/nylas/scheduler-examples/tree/master/simple-example.html)**: A simple html file that is the quickest way to
test out the schedule editor and create your own scheduling page. Showcases the instant integration type. You'll need to get your own access token through the [Nylas Dashboard](https://dashboard.nylas.com) to run this example.
- **[NodeJS Hosted Auth + Scheduling](https://github.com/nylas/scheduler-examples/tree/master/node)**: A NodeJS / TypeScript example that showcases both instant and smart integration types. Also demonstrates how to theme the schedule editor to match your application.
- **[Python Hosted Auth + Scheduling](https://github.com/nylas/scheduler-examples/tree/master/python)**: A Python example that showcases both instant and smart integration types. Also demonstrates how to theme the schedule editor to match your application.