Skip to content

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

Package listing

@kody/calendly

package.json

50 lines · 1.6 KB · JSON
{
	"name": "@kody/calendly",
	"version": "1.0.0",
	"description": "Read Calendly event types, scheduled events, and invitees on the caller's account, with dry-run mutations.",
	"type": "module",
	"license": "MIT",
	"private": false,
	"exports": {
		".": "./src/index.ts",
		"./accounts": "./src/accounts.ts",
		"./request": "./src/request.ts",
		"./smoke-test": "./src/smoke-test.ts",
		"./get-user": "./src/get-user.ts",
		"./list-event-types": "./src/list-event-types.ts",
		"./get-event-type": "./src/get-event-type.ts",
		"./get-available-times": "./src/get-available-times.ts",
		"./list-scheduled-events": "./src/list-scheduled-events.ts",
		"./get-scheduled-event": "./src/get-scheduled-event.ts",
		"./cancel-scheduled-event": "./src/cancel-scheduled-event.ts",
		"./list-invitees": "./src/list-invitees.ts",
		"./get-invitee": "./src/get-invitee.ts",
		"./create-invitee": "./src/create-invitee.ts",
		"./mark-no-show": "./src/mark-no-show.ts",
		"./types": "./src/types.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"kody": {
		"id": "calendly",
		"name": "Calendly",
		"description": "Read Calendly event types, scheduled events, and invitees on the caller's account, with dry-run mutations.",
		"category": "integrations",
		"tags": [
			"calendly",
			"calendar",
			"scheduling",
			"event-types",
			"scheduled-events",
			"invitees",
			"oauth",
			"pat",
			"dry-run"
		],
		"searchText": "calendly event types scheduled events invitees oauth personal access token pat calendlyPat dryRun confirm cancel booking create invitee no-show available times api.calendly.com auth.calendly.com not cal.com"
	}
}