Skip to content

List shared agendas

Request

Returns the agendas accessible by the given user (users whose calendar is shared with them). Requires SITE_CALENDAR:READ.

Security
bearerAuth
Path
userIdintegerrequired

ID of the user for whom accessible (shared) agendas are listed. The response contains the users whose calendar this user is allowed to view.

curl -i -X GET \
  'https://api-doc.immo-facile.com/_mock/openapi/calendar/users/{userId}/shared-agenda' \
  -H 'Authorization: Bearer <YOUR_opaque_HERE>'

Responses

List of accessible agendas

Bodyapplication/json
dataArray of objects(SharedAgendaResponse)
Response
{ "data": [ {} ] }