bensteUEM / ChurchToolsAPI

Collection of Python files to use the API for ChurchTools
6 stars 4 forks source link

Add get_event_by_calendar_appointment #83

Closed bensteUEM closed 1 month ago

bensteUEM commented 1 year ago

In order to retrieve an event for a particular calendar id the respective link needs to be established. At present /calendar endpoint does not offer any link information /events endpoint does mention calendar

"name": "Gottesdienst Friedrichstal" "appointmentId": 304973, "startDate": "2023-11-26T08:00:00Z",

but this could be problematic in case of multiple events created at the same time (happens from time to time with CT bugs)