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: EKObjectMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Calendar | MBS Mac64bit Plugin | 15.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
A participant can be a person, group, room, or other resource.
Do not create EKParticipant objects directly. Instead, use the property attendees on EKCalendarItem to return an array of EKParticipant objects.
Event Kit cannot add participants to an event nor change participant information. Use the properties in this class to get information about a participant.
Subclass of the EKObjectMBS class.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
Constant | Value | Description |
---|---|---|
kRoleChair | 3 |
The participant is the chair of the event. |
kRoleNonParticipant | 4 |
The participant does not have an active role in the event. |
kRoleOptional | 2 |
The participant’s attendance is optional. |
kRoleRequired | 1 |
The participant’s attendance is required. |
kRoleUnknown | 0 |
The participant’s role is unknown. |
Constant | Value | Description |
---|---|---|
kStatusAccepted | 2 |
The participant has accepted the event. |
kStatusCompleted | 6 |
The participant’s event has completed. |
kStatusDeclined | 3 |
The participant has declined the event. |
kStatusDelegated | 5 |
The participant has delegated attendance to another participant. |
kStatusInProcess | 7 |
The participant’s event is currently in process. |
kStatusPending | 1 |
The participant has yet to respond to the event. |
kStatusTentative | 4 |
The participant’s attendance status is tentative. |
kStatusUnknown | 0 |
The participant’s attendance status is unknown. |
Constant | Value | Description |
---|---|---|
kTypeGroup | 4 |
The participant is a group. |
kTypePerson | 1 |
The participant is a person. |
kTypeResource | 3 |
The participant is a resource. |
kTypeRoom | 2 |
The participant is a room. |
kTypeUnknown | 0 |
The participant’s type is unknown. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Mac64bit Plugin.
EKObjectMBS - EKRecurrenceDayOfWeekMBS