An open API service indexing awesome lists of open source software.

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

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.