[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-10-14 UTC。"],[[["Cancellation windows dictate when the cancellation option is available to users, disappearing from interfaces if outside the window."],["These windows can be set at the service level, affecting all slots, by defining `rules.min_advance_online_canceling` in the Service feed, specifying the minimum advance notice in seconds."],["Alternatively, define windows for individual slots using `scheduling_rule_overrides.last_online_cancellable_sec` in the Availability feed, setting the last cancellation time as an EPOCH timestamp."],["If both service and slot-level windows are set, the slot-level window prevails; otherwise, cancellations are allowed up to the slot's start time."],["Implementing cancellation windows in feeds doesn't negate the need to handle `BookingFailure` with `OUTSIDE_CANCELLATION_WINDOW` to manage edge cases like delayed requests."]]],[]]