Relesys API Docs

v1

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

Events

Get Event
GET /calendarmodules/{moduleId}/calendars/{calendarId}/events/{eventId}
https://api.relesysapp.net/api/v1/calendarmodules/{moduleId}/calendars/{calendarId}/events/{eventId}
Get a event with ID eventId.

type - This field displays the type of the events. Currently, the available types are:
  • Event
  • ToDo
Scopes: relesys.api, relesys.api:read, relesys.api.calendars, relesys.api.calendars:read
URL Path
moduleId string / guid required
calendarId string / guid required
eventId string / guid required
Responses
application/json
JSON
{"data":{"id":"134983fc-cb5a-487a-8116-f4ed81581171","categoryId":null,"type":"Event","startDate":"2025-05-02T02:20:08.4870739Z","endDate":"2025-05-03T02:20:08.4870739Z","startDateTimeZone":"","endDateTimeZone":"","isActive":true,"isCancelled":false,"isSignupEnabled":false,"signupLimit":null,"numberOfSignups":null,"creationDateTime":"2025-05-01T02:20:08.4870739+00:00","lastModifiedDateTime":"2025-05-02T02:20:08.4870739+00:00","locales":[{"culture":"da-DK","title":"Event title example 1","summary":"Summary example 1"}],"individualInvitees":null}}
object
  data object      
   categoryId string / guid      
   creationDateTime datetimeoffset      
   endDate datetime      
   endDateTimeZone string      
   id string / guid      
   individualInvitees array[string / guid]      
   isActive boolean      
   isCancelled boolean      
   isSignupEnabled boolean      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    summary string      
    title string      
   numberOfSignups integer      
   signupLimit integer      
   startDate datetime      
   startDateTimeZone string      
   type string