Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Queries events.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Calendar | 3.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
startDate | The start date time stamp. | $startDate | |
endDate | The end time stamp. If you want to get events for one day, please pass startDate with that date and time 00:00:00 and for enddate the same date with endDate 23:59:59. |
$endDate | |
calendarRef | A calendar identifier or name to search only this calendar. If no calendar is specified, we check all calendars. |
$calendarRef | Optional |
Returns list of event identifiers or error.
Queries events:
MBS( "Calendar.Events"; myDatabase::StartDate; myDatabase::EndDate )
This function checks for a license.
Created 18th August 2014, last changed 11st October 2019