Loading...
Loading...
Calendly integration. Manage Users. Use when the user wants to interact with Calendly data.
npx skill4agent add membranedev/application-skills calendlymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search calendly --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Organization Members | list-organization-members | Returns a list of organization members/memberships. |
| Get User | get-user | Returns information about a specific user by their UUID. |
| List User Busy Times | list-user-busy-times | Returns a list of busy time ranges for a user within a specified date range. |
| Delete Webhook Subscription | delete-webhook-subscription | Deletes a webhook subscription by its UUID. |
| List Webhook Subscriptions | list-webhook-subscriptions | Returns a list of all webhook subscriptions for the organization or user. |
| Create Webhook Subscription | create-webhook-subscription | Creates a webhook subscription to receive notifications for specific events like invitee.created, invitee.canceled, etc. |
| Cancel Event | cancel-event | Cancels a scheduled event. |
| Create Scheduling Link | create-scheduling-link | Creates a single-use scheduling link for an event type. |
| Get Event Type Available Times | get-event-type-available-times | Returns a list of available time slots for an event type within a specified date range. |
| List Event Invitees | list-event-invitees | Returns a list of invitees for a specific scheduled event. |
| Get Event Type | get-event-type | Returns detailed information about a specific event type by its UUID. |
| List Event Types | list-event-types | Returns all event types associated with a user or organization. |
| Get Scheduled Event | get-scheduled-event | Returns detailed information about a specific scheduled event by its UUID. |
| List Scheduled Events | list-scheduled-events | Returns a list of scheduled events. |
| Get Current User | get-current-user | Returns the currently authenticated user's information including their name, email, timezone, scheduling URL, and org... |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY