Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/cal-com

package.json

46 lines · 1.5 KB · JSON
{
	"name": "@kody/cal-com",
	"version": "1.0.0",
	"private": false,
	"license": "MIT",
	"description": "Read booking pages, event types, slots, and webhooks on the caller's Cal.com account, with dry-run mutations.",
	"type": "module",
	"exports": {
		".": "./src/cal-com.js",
		"./request": "./src/request.js",
		"./get-profile": "./src/get-profile.js",
		"./list-bookings": "./src/list-bookings.js",
		"./get-booking": "./src/get-booking.js",
		"./create-booking": "./src/create-booking.js",
		"./cancel-booking": "./src/cancel-booking.js",
		"./reschedule-booking": "./src/reschedule-booking.js",
		"./list-event-types": "./src/list-event-types.js",
		"./get-event-type": "./src/get-event-type.js",
		"./get-available-slots": "./src/get-available-slots.js",
		"./list-webhooks": "./src/list-webhooks.js",
		"./create-webhook": "./src/create-webhook.js",
		"./summarize-booking-pages": "./src/summarize-booking-pages.js",
		"./smoke-test": "./src/smoke-test.js"
	},
	"files": [
		"src",
		"README.md",
		"community-icon.svg"
	],
	"kody": {
		"id": "cal-com",
		"description": "Read booking pages, event types, slots, and webhooks on the caller's Cal.com account, with dry-run mutations.",
		"tags": [
			"cal-com",
			"calendar",
			"scheduling",
			"bookings",
			"event-types",
			"slots",
			"webhooks",
			"oauth",
			"openapi"
		],
		"searchText": "cal.com cal-com scheduling booking pages event types slots availability webhooks API key OAuth calComApiKey dryRun create booking cancel reschedule summarize profile smoke-test api.cal.com app.cal.com openapi scaffold"
	}
}