Retrive Event
Testing
GET
/calendars/{calendarId}/events/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/calendars/663c81f4857b1e5ac9ef4e9c/events/663dad92e1500d4c901ce162' \
--header 'apikey: '
Response Response Example
200 - Success
{
"id": "6683073fd32c7ee79172f569",
"calendarId": "66819a7930cf852d849d3b1d",
"name": "sala",
"description": null,
"dates": {
"startDate": "2024-05-24T09:34:56.000Z",
"endDate": "2024-05-24T12:34:56.000Z"
},
"frequency": {
"type": "daily",
"endDate": "2024-05-29T12:34:56+03:00"
},
"onPremise": null,
"onLive": null,
"members": [
{
"profileId": "6682554f41d2befed7040d7b",
"role": "host",
"picture": null,
"fullName": "salasa salsa"
}
],
"createdAt": "2024-07-01T19:45:03.329Z",
"updatedAt": "2024-07-01T19:45:03.329Z",
"updatedBy": "6682554f41d2befed7040d7b",
"parentId": null,
"createdBy": "6682554f41d2befed7040d7b",
"entityId": null,
"entityType": null,
"sharedCalendars": [],
"attachments": [
{
"metadata": {
"name": "newfile",
"mimetype": "image/jpeg",
"size": 112984
},
"url": "https://storage.googleapis.com/76324282-3715-40d4-b113-8d8f07f8647e/6683073cd32c7ee79172f565?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=bucket%40backend-test-aladia.iam.gserviceaccount.com%2F20240702%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240702T103601Z&X-Goog-Expires=3600&X-Goog-SignedHeaders=host&X-Goog-Signature=0a5bc39f23c22812b6f731715c6a9fed04dda9dda957ba66766250f5a00ddd6a03f4a9a80eb96c73fb165fc39fe14a36d31c03edc76db905f2b48416bd4e1e9e42c68fd7ec1f553bbcc74e09369ee23eb1f76c9ea9822434da845cb701581e075d1993cb5259705f792213819c7555ceabbba43f3c9cf6d6e3bdbcf7a66c703418a7fb4a922ea53bd696b17b1cd120542617a1a808476b50981dd123575e13cfd9a7f635f89ad4c4a2c844b2a2c9c12019eeec2d308eb4c01871d59055673f77ab55ce0fb0bfef5539733f4d1202d1f36cf2c8825afd5710a27422f1e13f915327153c816f21f3df4075861bb496f6d91832783afa3caad1165534c04295dd02",
"id": "6683073cd32c7ee79172f565"
}
],
"host": null
},
Request
Path Params
calendarId
stringÂ
required
Example:
663c81f4857b1e5ac9ef4e9c
id
stringÂ
required
Example:
663dad92e1500d4c901ce162
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-09 13:04:33