List All Events
Testing
GET
/calendars/{calendarId}/events
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/calendars//events?next&limit=50' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "6700039fb8521fd8487b0670",
"calendarId": "6700037db8521fd8487b0592",
"name": "Create Custom Week Event",
"dates": {
"startDate": "2024-10-09T07:45:00.000Z",
"endDate": "2024-10-09T08:45:00.000Z"
},
"roomStatus": "pending",
"membersIds": [
"66df1b5ec9b61c08ddb0d377"
],
"ownerProfilePicture": null,
"entityType": null
},
{
"id": "6700039fb8521fd8487b0675",
"calendarId": "6700037db8521fd8487b0592",
"name": "Create Custom Week Event",
"dates": {
"startDate": "2024-10-10T07:45:00.000Z",
"endDate": "2024-10-10T08:45:00.000Z"
},
"roomStatus": "pending",
"membersIds": [
"66df1b5ec9b61c08ddb0d377"
],
"ownerProfilePicture": null,
"entityType": null
},
{
"id": "6700039fb8521fd8487b067a",
"calendarId": "6700037db8521fd8487b0592",
"name": "Create Custom Week Event",
"dates": {
"startDate": "2024-10-11T07:45:00.000Z",
"endDate": "2024-10-11T08:45:00.000Z"
},
"roomStatus": "pending",
"membersIds": [
"66df1b5ec9b61c08ddb0d377"
],
"ownerProfilePicture": null,
"entityType": null
},
{
"id": "6700039fb8521fd8487b0680",
"calendarId": "6700037db8521fd8487b0592",
"name": "Create Custom Week Event",
"dates": {
"startDate": "2024-10-23T07:45:00.000Z",
"endDate": "2024-10-23T08:45:00.000Z"
},
"roomStatus": "pending",
"membersIds": [
"66df1b5ec9b61c08ddb0d377"
],
"ownerProfilePicture": null,
"entityType": null
},
{
"id": "6700039fb8521fd8487b0685",
"calendarId": "6700037db8521fd8487b0592",
"name": "Create Custom Week Event",
"dates": {
"startDate": "2024-10-24T07:45:00.000Z",
"endDate": "2024-10-24T08:45:00.000Z"
},
"roomStatus": "pending",
"membersIds": [
"66df1b5ec9b61c08ddb0d377"
],
"ownerProfilePicture": null,
"entityType": null
},
{
"id": "6700039fb8521fd8487b068a",
"calendarId": "6700037db8521fd8487b0592",
"name": "Create Custom Week Event",
"dates": {
"startDate": "2024-10-25T07:45:00.000Z",
"endDate": "2024-10-25T08:45:00.000Z"
},
"roomStatus": "pending",
"membersIds": [
"66df1b5ec9b61c08ddb0d377"
],
"ownerProfilePicture": null,
"entityType": null
},
{
"id": "6700039fb8521fd8487b068c",
"calendarId": "6700037db8521fd8487b0592",
"name": "Create Custom Week Event",
"dates": {
"startDate": "2024-11-06T07:45:00.000Z",
"endDate": "2024-11-06T08:45:00.000Z"
},
"roomStatus": "pending",
"membersIds": [
"66df1b5ec9b61c08ddb0d377"
],
"ownerProfilePicture": null,
"entityType": null
},
{
"id": "6700039fb8521fd8487b068e",
"calendarId": "6700037db8521fd8487b0592",
"name": "Create Custom Week Event",
"dates": {
"startDate": "2024-11-07T07:45:00.000Z",
"endDate": "2024-11-07T08:45:00.000Z"
},
"roomStatus": "pending",
"membersIds": [
"66df1b5ec9b61c08ddb0d377"
],
"ownerProfilePicture": null,
"entityType": null
},
{
"id": "6700039fb8521fd8487b0693",
"calendarId": "6700037db8521fd8487b0592",
"name": "Create Custom Week Event",
"dates": {
"startDate": "2024-11-08T07:45:00.000Z",
"endDate": "2024-11-08T08:45:00.000Z"
},
"roomStatus": "pending",
"membersIds": [
"66df1b5ec9b61c08ddb0d377"
],
"ownerProfilePicture": null,
"entityType": null
},
{
"id": "6700039fb8521fd8487b0699",
"calendarId": "6700037db8521fd8487b0592",
"name": "Create Custom Week Event",
"dates": {
"startDate": "2024-11-20T07:45:00.000Z",
"endDate": "2024-11-20T08:45:00.000Z"
},
"roomStatus": "pending",
"membersIds": [
"66df1b5ec9b61c08ddb0d377"
],
"ownerProfilePicture": null,
"entityType": null
}
],
"cursor": {
"next": "eyJpZCI6IjY3MDAwMzlmYjg1MjFmZDg0ODdiMDY5OSIsImRpcmVjdGlvbiI6ImFzYyJ9",
"prev": null,
"totalItems": 23
}
}
Request
Path Params
calendarId
stringÂ
required
Query Params
next
stringÂ
optional
limit
integerÂ
optional
Default:
50
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-12 09:33:39