Change title of specific booking

Hello!
By reading API documentation I have no clue, how it’s possible to change the title of a specific event.

/v1/bookings/{bookingId} is for this goal?

If yes, I appreciate it if you provide more details or an example of the response.

@ddolgorukov Changing the title of an event is a bit tricky, because the booking object is different than the actual calendar event object that gets created.

There is an event link that you can get from v1/bookings/{bookingId}?fields=remoteId

If you run a GET at the remoteId you will get the actual calendar event. Running a PATCH with this isn’t straight forward I tested this and I am getting an invalid date format.