[[["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 2023-09-28 UTC."],[[["`RecalculationInterval` is used to control the frequency of spreadsheet recalculations within Google Apps Script."],["It offers three options: `ON_CHANGE`, `MINUTE`, and `HOUR`, allowing for recalculation triggered by value changes, every minute, or every hour, respectively."],["To use these options, refer to them using the format `SpreadsheetApp.RecalculationInterval.[property]`, such as `SpreadsheetApp.RecalculationInterval.ON_CHANGE`."]]],[]]