You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cronofy-scheduler-embed

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cronofy-scheduler-embed

Cronofy's powerful Scheduler, embedded into your application

0.2.0
latest
npmnpm
Version published
Weekly downloads
2.1K
-13.6%
Maintainers
3
Weekly downloads
 
Created
Source

Cronofy Scheduler Embed

Cronofy's powerful Scheduler, embedded into your application.

Full documentation can be found here: docs.cronofy.com/developers/api-alpha/embedded-scheduler

Install

npm i -S cronofy-scheduler-embed

Generate a Embed token

You'll need to setup an Embed Secret for your Cronofy application, and then use that to sign an Embed Token JWT. A full guide on these steps is available in our documentation.

Add a Scheduler button to your page

<cronofy-scheduler-button
  id="my-scheduler-button"
  embed-token="{EMBED_TOKEN}"
  correlation-id="event-1234"
  recipient-email="doc@evenitron.com"
  event-summary="Driving lessons - Marty & Doc"
>
</cronofy-scheduler-button>
document
  .getElementById("#my-scheduler-button")
  .addEventListener("cronofyschedulerrequestcreated", function(event) {
    console.log("Cronofy Scheduler request created", event);
  });

Details on the fields available can be found in our documentation.

FAQs

Package last updated on 17 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts