Type Number Event events Revision Release 2025.3721 Keywords calendar, events, alarm See also events calendar.*
Events queried by calendar.getEvents().
Lua array, each element containing table with following fields:
titleString contains the event title.
eventIdString contains the event identifier.
calendarTitleString contains the calendar title.
calendarIdString contains the calendar identifier.
startDateNumber contains the event start date in Unix time format.
endDateNumber contains the event end date in Unix time format.
locationString contains the event location.
allDayBoolean contains the value true if an event should last all day long and false otherwise.
repeatFrequencyString contains the event recurrency frequency. Valid values are: day, week, month and year.
repeatEndDateNumber contains the event recurrency end date in Unix time format.
alarmsTable. Lua array, each entry containing number of minutes before event to trigger an alarm.