# Users - Calendars - Events - [API documentation](#api-documentation) - [Python Regular Expressions](Python-Regular-Expressions) Search function - [Definitions](#definitions) - [Recurrence rules](#recurrence-rules) - [Event colors](#event-colors) - [Calendar selection](#calendar-selection) - [Event selection](#event-selection) - [Add and import calendar events](#add-and-import-calendar-events) - [Update calendar events](#update-calendar-events) - [Add calendar attendees](#add-calendar-attendees) - [Update calendar attendees](#update-calendar-attendees) - [Specify calendar attendees with JSON data](#specify-calendar-attendees-with-json-data) - [Delete selected calendar events](#delete-selected-calendar-events) - [Delete all calendar events](#delete-all-calendar-events) - [Move calendar events to another calendar](#move-calendar-events-to-another-calendar) - [Empty calendar trash](#empty-calendar-trash) - [Display calendar events](#display-calendar-events) - [Update calendar event attendees](#update-calendar-event-attendees) - [Status events](#status-events) - [Focus time events](#focus-time-events) - [Out of officeevents](#out-of-office-events) - [Working location events](#working-location-events) ## API documentation * https://developers.google.com/calendar/v3/reference/events * https://developers.google.com/calendar/v3/reference/events/import * https://developers.google.com/calendar/api/guides/working-hours-and-location ## Definitions * [``](Collections-of-Users) * [Command data from Google Docs/Sheets/Storage](Command-Data-From-Google-Docs-Sheets-Storage) ``` ::= ::= ::= https://storage.cloud.google.com//| https://storage.googleapis.com//| gs:///| / ::= ||( ) ::= (( [charset ] )| (gsheet )| (gdoc )| (gcscsv )| (gcsdoc )) [warnifnodata] [columndelimiter ] [noescapechar ] [quotechar ] [endcsv|(fields )] ::= csvfile (((:)+ [charset ] )| (gsheet(:)+ )| (gdoc(:)+ )| (gcscsv(:)+ )| (gcsdoc(:)+ )) [warnifnodata] [columndelimiter ] [noescapechar ] [quotechar ] [endcsv|(fields )] (matchfield|skipfield )* [delimiter ] ``` ``` ::= ::= ::= ::= ::= ::= ::= ::= -- | (+|-)(d|w|y) | never| today ::= --(|T): | (+|-)(m|h|d|w|y) | never| now|today