View a booking (invitee)
get_bookingReturns a booking by its id and token (from create_booking or its manageUrl), with changeableUntil, refundableUntil, canCancel and cancelReasonRequired. For a series, series lists every meeting with its own manageUrl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | a string at least 1 character(s) long | |
| token | Yes | a string at least 10 character(s) long |