Loading...
Loading...
Cal.com integration. Manage Users. Use when the user wants to interact with Cal.com data.
npx skill4agent add membranedev/application-skills calcommembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search calcom --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 Bookings | list-bookings | No description |
| List Event Types | list-event-types | No description |
| List Schedules | list-schedules | No description |
| List Users | list-users | No description |
| List Teams | list-teams | No description |
| List Attendees | list-attendees | No description |
| Get Booking | get-booking | No description |
| Get Event Type | get-event-type | No description |
| Get Schedule | get-schedule | No description |
| Get User | get-user | No description |
| Get Team | get-team | No description |
| Get Attendee | get-attendee | No description |
| Get Current User | get-current-user | No description |
| Create Booking | create-booking | No description |
| Create Event Type | create-event-type | No description |
| Create Schedule | create-schedule | No description |
| Update Booking | update-booking | No description |
| Update Event Type | update-event-type | No description |
| Update Schedule | update-schedule | No description |
| Cancel Booking | cancel-booking | No description |
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