Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Events.Event.GetStartDate
Queries the start date for the event.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Events | 6.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "Events.Event.GetStartDate"; EKEvent ) More
Parameters
Parameter | Description | Example |
---|---|---|
EKEvent | The reference to the event. | $event |
Result
Returns timestamp or error.
Description
Queries the start date for the event.This property represents the start date for this event. Floating events (such as all-day events) are currently always returned in the default time zone.
See also
- Events.Event.GetEndDate
- Events.Event.SetEndDate
- Events.Event.SetStartDate
- Events.Reminder.GetStartDate
Example Databases
This function checks for a license.
Created 10th March 2016, last changed 12nd March 2016
Events.Event.GetEndDate - Events.Event.GetStructuredLocation