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
Name | DataType | List Options | Description |
---|---|---|---|
startdate | datetime | The starting date or date/time | |
enddate | datetime | The ending date or date/time | |
starttime | time | The starting time if not included in startdate | |
endtime | time | The ending time if not included in enddate | |
allday | bool | Set when the event is all day (times are ignored) |