Boolean value indicating whether or not the opening or close details were truncated due to the
seven day window, where the window starts at midnight of the day of the request, and ends at
11:59 pm six days later.
Returns true if the open or close times for this period extends past this seven day window.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-08 UTC."],[[["`GMSEvent` represents an opening or closing event within a `GMSPeriod`, specifying the day, time, and potential date."],["It includes a `truncated` property indicating if the event's time extends beyond a seven-day window from the request time."],["`GMSEvent` uses `GMSDayOfWeek` for the day of the week and `GMSTime` for the time in a 24-hour format."],["An optional `date` property provides the specific date of the event."]]],[]]