/scheduler-examples

Example code for the Nylas Scheduler

Primary LanguageHTML

Nylas Scheduler Sample Code 🎯

  • Quick Start Simple Example: 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 to run this example.

  • NodeJS Hosted Auth + Scheduling: 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: A Python example that showcases both instant and smart integration types. Also demonstrates how to theme the schedule editor to match your application.