Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
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 )
Created 18th August 2014, last changed 11st October 2019
Calendar.Calendars - Calendar.Initialize
Feedback: Report problem or ask question.