Type Number Event events Revision Release 2024.3703 Keywords calendar, events, alarm See also events calendar.*
Events queried by calendar.getEvents().
Lua array, each element containing table with following fields:
title
String contains the event title.
eventId
String contains the event identifier.
calendarTitle
String contains the calendar title.
calendarId
String contains the calendar identifier.
startDate
Number contains the event start date in Unix time format.
endDate
Number contains the event end date in Unix time format.
location
String contains the event location.
allDay
Boolean contains the value true
if an event should last all day long and false
otherwise.
repeatFrequency
String contains the event recurrency frequency. Valid values are: day
, week
, month
and year
.
repeatEndDate
Number contains the event recurrency end date in Unix time format.