Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Super class: EKCalendarItemMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Calendar | MBS Mac64bit Plugin | 15.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Use the eventWithEventStore method to create a new event. Use the properties in the class to get and modify certain information about an event. Other properties, such as the event’s title and calendar, are inherited from the parent class EKCalendarItem.
Subclass of the EKCalendarItemMBS class.
Constant | Value | Description |
---|---|---|
kAvailabilityBusy | 0 |
The event has a busy availability setting. |
kAvailabilityFree | 1 |
The event has a free availability setting. |
kAvailabilityNotSupported | -1 |
Availability settings are not supported by the event’s calendar. |
kAvailabilityTentative | 2 |
The event has a tentative availability setting. |
kAvailabilityUnavailable | 3 |
The event has an unavailable availability setting. |
Constant | Value | Description |
---|---|---|
kStatusCanceled | 3 |
The event has no status. |
kStatusConfirmed | 1 |
The event has no status. |
kStatusNone | 0 |
The event has no status. |
kStatusTentative | 2 |
The event has no status. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Mac64bit Plugin.
EKCalendarMBS - EKEventStoreMBS