Relesys API Docs

v1.3

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

Events

Get
GET /calendarmodules/{moduleId}/calendars/{calendarId}/events/{eventId}
https://api.relesysapp.net/api/v1.3/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
object
  data object      
   attendanceConfirmationEnabled boolean      
   attendancePointsAmount integer      
   attendanceServiceForms array[object]      
    type string      
    url string      
   categoryId string / guid      
   categoryUrl string      
   creationDateTime datetimeoffset      
   end datetimeoffset      
   endTimeZone string      
   id string / guid      
   individualInvitationsEnabled boolean      
   isCancelled boolean      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    summary string      
    title string      
   location string      
   registrationDeadlineDaysBeforeStart integer      
   registrationEndDate datetimeoffset      
   registrationStartDate datetimeoffset      
   signupEnabled boolean      
   signupLimit integer      
   start datetimeoffset      
   startTimeZone string      
   type string      
   url string