Relesys API Docs

v1.2

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

Events

Get Event
GET /calendarmodules/{moduleId}/calendars/{calendarId}/events/{eventId}
https://api.relesysapp.net/api/v1.2/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
Please note: The data updates every 30 minutes past the hour, so there might be some delay on new changes.
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":"04213427-9ef1-460d-a690-5f9855dcb686","categoryId":null,"type":"Event","startDate":"2024-04-19T18:20:58.8593937Z","endDate":"2024-04-20T18:20:58.8593937Z","startDateTimeZone":"","endDateTimeZone":"","isActive":true,"isCancelled":false,"isSignupEnabled":false,"signupLimit":null,"numberOfSignups":null,"creationDateTime":"2024-04-18T18:20:58.8593937+00:00","lastModifiedDateTime":"2024-04-19T18:20:58.8593937+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