Set Cancellation Windows v0 (legacy)
Slot-level cancellation windows can be enabled by returning the
last_online_cancellable_sec
field in
CheckAvailability responses. For example:
JSON
/v3/CheckAvailability Response JSON:
{
slot {[...]},
count_available: 1,
last_online_cancellable_sec: 1552930200
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["Slot-level cancellation windows are enabled by including the `last_online_cancellable_sec` field in `CheckAvailability` responses."],["This field indicates the last timestamp (in seconds) when a slot can be canceled online, allowing for more granular control over booking cancellations."]]],[]]