Luma integration (Productivity, Social). Imported from open-connector.
https://public-api.luma.com/v1/users/get-self
/v1/calendars/get
/v1/calendars/events/list
| Param | Type | Required | Description |
|---|---|---|---|
| before | string | optional | ISO 8601 date-time accepted by Luma, for example 2022-10-19T03:27:13.673Z. |
| after | string | optional | ISO 8601 date-time accepted by Luma, for example 2022-10-19T03:27:13.673Z. |
| pagination_cursor | string | optional | Cursor token returned as next_cursor by a previous Luma page. |
| pagination_limit | integer | optional | Maximum number of records to return. Luma enforces its own maximum. |
| platforms | array | optional | Event platforms to include, such as luma or external. |
| sort_column | string | optional | The Luma event sort column. |
| sort_direction | string | optional | The Luma sort direction. |
| status | string | optional | The calendar submission status to include. |
| access | array | optional | Access values to include. |
/v1/events/get
| Param | Type | Required | Description |
|---|---|---|---|
| event_id | string | optional | Luma event ID, usually starting with evt-. |
/v1/events/guests/list
| Param | Type | Required | Description |
|---|---|---|---|
| event_id | string | required | Luma event ID, usually starting with evt-. |
| approval_status | string | optional | Guest approval status to include. |
| pagination_cursor | string | optional | Cursor token returned as next_cursor by a previous Luma page. |
| pagination_limit | integer | optional | Maximum number of records to return. Luma enforces its own maximum. |
| sort_column | string | optional | The Luma guest sort column. |
| sort_direction | string | optional | The Luma sort direction. |
/v1/events/guests/get
| Param | Type | Required | Description |
|---|---|---|---|
| event_id | string | optional | Luma event ID, usually starting with evt-. |
| id | string | optional | Guest identifier: guest ID, ticket key, guest key, or email address. |