Platforms to show: All Mac Windows Linux Cross-Platform

Back to EKCalendarItemMBS class.

EKCalendarItemMBS.addAlarm(alarm as EKAlarmMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Adds an alarm to the receiver.

EKCalendarItemMBS.addRecurrenceRule(rule as EKRecurrenceRuleMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Adds a recurrence rule to the recurrence rule array.

The implementation only supports a single recurrence rule. Adding a recurrence rule replaces the single recurrence rule.

EKCalendarItemMBS.alarms as EKAlarmMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The alarms associated with the calendar item, as an array of EKAlarm objects.

This property is empty if the calendar item has no alarms.

EKCalendarItemMBS.attendees as EKParticipantMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The attendees associated with the calendar item, as an array of EKParticipant objects.

This property is read-only; it is not possible to add attendees with Event Kit. This property is nil if the calendar item has no attendees.

EKCalendarItemMBS.recurrenceRules as EKRecurrenceRuleMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The recurrence rules for the calendar item.

The implementation only supports a single recurrence rule.

EKCalendarItemMBS.removeAlarm(alarm as EKAlarmMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Removes an alarm from the calendar item.

EKCalendarItemMBS.removeRecurrenceRule(rule as EKRecurrenceRuleMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Removes a recurrence rule from the recurrence rule array.

The implementation only supports a single recurrence rule.

EKCalendarItemMBS.setAlarms(alarms() as EKAlarmMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Sets the alarms array.

EKCalendarItemMBS.setRecurrenceRules(rules() as EKRecurrenceRuleMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Sets the recurrences rules array.

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...