Relesys API Docs

v1.3

https://api.relesysapp.net/api/v1.3

CalendarsV

Get
GET /calendarmodules/{moduleId}/calendars/{calendarId}
https://api.relesysapp.net/api/v1.3/calendarmodules/{moduleId}/calendars/{calendarId}
Get a calendar with ID calendarId.
Scopes: relesys.api, relesys.api:read, relesys.api.calendars, relesys.api.calendars:read
URL Path
moduleId string / guid required
calendarId string / guid required
Responses
application/json
JSON
{
"data": {
"id": "a6e9cc7f-0228-4b18-83e1-8dc7e973bfe0",
"url": null,
"individualInvitesEnabled": true,
"creationDateTime": "2025-04-06T08:37:42.3136464+00:00",
"lastModifiedDateTime": "2025-04-07T08:37:42.3136464+00:00",
"locales": [
{
"culture": "en-GB",
"title": "Calendar locale title example 1"
}
]
}
}
object
  data object      
   creationDateTime datetimeoffset      
   id string / guid      
   individualInvitesEnabled boolean      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    title string      
   url string