Calendars
get /api/http/calendars/absence-events
Get/search absences. Parameters are applied as ' AND ' filters.
|
get /api/http/calendars/birthday-events
Get/search birthdays. Parameters are applied as ' AND ' filters.
|
get /api/http/calendars/birthday-events/starred
Get/search birthdays in a specific time period for starred profiles.
|
patch /api/http/calendars/event-participations/{id}
Update RSVP / calendar event participation status for a calendar event attached to an article
|
get /api/http/calendars/events
Get calendar events attached to an article in a specific time period
|
get /api/http/calendars/events/{id}
Get a calendar event attached to an article
|
get /api/http/calendars/holidays
Get/search holidays. Parameters are applied as ' AND ' filters.
|
post /api/http/calendars/meetings
Create a meeting
Required permissions: Update meetings
|
get /api/http/calendars/meetings
Search meetings by name, location, time period and other parameters. Parameters are applied as ' AND ' filters while values in lists of locations, profiles and teams have ' OR ' semantics.
Required permissions: View meetings
|
get /api/http/calendars/meetings/next-occurrence
Search for the next meeting occurrence that starts after the provided time point or after the current time if it is not specified
Required permissions: View meetings
|
get /api/http/calendars/meetings/occurrences
Search for occurrences of a meeting that start in the provided time interval. Interval limits are inclusive, response is limited by the first 1_000 results by default.
Required permissions: View meetings
|
get /api/http/calendars/meetings/occurrences-by-meeting
Search for occurrences of a meeting that start in the provided time interval. Interval limits are inclusive, response is limited by the first 1_000 results by default ( per meeting ) .
Required permissions: View meetings
|
get /api/http/calendars/meetings/participation-statuses
Required permissions: View meetings
|
get /api/http/calendars/meetings/participation-statuses-external
Required permissions: View meetings
|
get /api/http/calendars/meetings/profile-participation
warning
Deprecated since 27.07.2021: Use 'getProfileParticipantRecords' instead.
Required permissions: View meetings
|
get /api/http/calendars/meetings/profile-participation-records
Required permissions: View meetings
|
get /api/http/calendars/meetings/{id}
Required permissions: View meetings
|
patch /api/http/calendars/meetings/{id}
Patch a meeting. Only not-null parameters and not empty diffs will be applied.
Required permissions: Update meetings
|
delete /api/http/calendars/meetings/{id}
Required permissions: Update meetings
|
post /api/http/calendars/meetings/{id}/conference-rooms
Required permissions: Manage meeting conference rooms
|
delete /api/http/calendars/meetings/{id}/conference-rooms
Required permissions: Manage meeting conference rooms
|
patch /api/http/calendars/meetings/{id}/participation-status
Update profile participation status for a meeting
Required permissions: Update meeting RSVP status
|
get /api/http/calendars/membership-events
Get/search membership events. Parameters are applied as ' AND ' filters.
Required permissions: View memberships
|
get /api/http/calendars/non-working-days-events
Get/search non-working day events. Parameters are applied as ' AND ' filters.
|
Thanks for your feedback!