Skip to main content

EVENT

Creates an event/calendar record from date and times

Example Usage

EVENT(2023-05-18 07:00,2023-05-18 16:30)  // 5/18 from 7-16:30
EVENT(2023-05-18,2023-05-20, , ,1) // 5/18 - 5/20 all day

Overview

Function signature
EVENT(startdate, enddate, starttime, endtime, allday)

Category
Date

Return data type
calendar

Arguments

NameDataTypeList Options                          Description
startdatedatetimeThe starting date or date/time
enddatedatetimeThe ending date or date/time
starttimetimeThe starting time if not included in startdate
endtimetimeThe ending time if not included in enddate
alldayboolSet when the event is all day (times are ignored)