{
  "keywords": [
    {
      "word": "Clock for the sheet",
      "meaning": "a time you set so the little program runs by itself (a time-driven trigger)"
    },
    {
      "word": "The little Google program next to the sheet",
      "meaning": "a short program that lives with the spreadsheet (Apps Script)"
    },
    {
      "word": "Add a clock",
      "meaning": "the Triggers / clock button in the editor"
    },
    {
      "word": "Pick the hour",
      "meaning": "daily / hourly / weekly, you choose"
    },
    {
      "word": "Clean up old clocks",
      "meaning": "remove a trigger you no longer want so it does not keep firing"
    }
  ],
  "items": [
    {
      "title": "Clocks that start a little program",
      "url": "https://developers.google.com/apps-script/guides/triggers",
      "blurb": "Google’s page on clocks and other starters. Simple clocks, and clocks you install. Time-driven (clock) is on the table here.",
      "kind": "site"
    },
    {
      "title": "Clocks you install — including a time you pick",
      "url": "https://developers.google.com/apps-script/guides/triggers/installable",
      "blurb": "How to add a clock from the editor, and how a program can add or remove its own clock. Time-driven clocks live here.",
      "kind": "site"
    },
    {
      "title": "The clock builder — hour, day, week",
      "url": "https://developers.google.com/apps-script/reference/script/clock-trigger-builder",
      "blurb": "The official command list for picking the hour: every hour, every day, a weekday, a minute you name.",
      "kind": "site"
    },
    {
      "title": "What the program hears when a clock fires",
      "url": "https://developers.google.com/apps-script/guides/triggers/events",
      "blurb": "The note the program gets when a clock runs — the hour, the day, the time zone.",
      "kind": "site"
    },
    {
      "title": "The little program next to a sheet",
      "url": "https://developers.google.com/apps-script/guides/sheets",
      "blurb": "How to open the program editor from a sheet (Extensions, then Apps Script). Mentions time-driven clocks at the end.",
      "kind": "site"
    }
  ]
}
