Searches events over a period with optional filters. Defaults to the current day when from/to are omitted. Recurring events are expanded by default. Requires SITE_CALENDAR:READ.
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/calendar/events
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/calendar/events
curl -i -X GET \
'https://api-doc.immo-facile.com/_mock/openapi/calendar/events?user_id=0&user_ids=0&agency_ids=0&tz=Europe%2FParis&from=2026-01-01T00%3A00%3A00&to=2026-01-31T23%3A59%3A59&perPage=50&offset=0&excluded_types=1%2C2&recurring=true&archived=false' \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": [ { … } ] }