Platforms to show: All Mac Windows Linux Cross-Platform

Back to EKCalendarMBS class.

EKCalendarMBS.allowedEntityTypes as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The entity types this calendar can contain.

While Event Kit only allows creation of single-entity calendars, other servers might allow mixed-entity calendars.
(Read only property)

EKCalendarMBS.allowsContentModifications as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A Boolean value that indicates whether you can add, edit, and delete items in the calendar.

(Read only property)

EKCalendarMBS.calendarIdentifier as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A unique identifier for the calendar.

This property is set when the calendar is created and can be used as a local identifier. Use calendarWithIdentifier to get a calendar with the specified identifier.

A full sync with the calendar will lose this identifier. You should have a plan for dealing with a calendar whose identifier is no longer fetch-able by caching its other properties.
(Read only property)

EKCalendarMBS.CGColor as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 21.5 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The calendar’s color.

This property is the equivalent of the color property in macOS.
(Read and Write property)

EKCalendarMBS.color as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The calendar’s color.

(Read and Write property)

EKCalendarMBS.Immutable as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A Boolean value indicating whether the calendar’s properties can be edited or deleted.

If true, the calendar is immutable; otherwise it is not. Events and reminders can still be added to an immutable calendar.
(Read only property)

EKCalendarMBS.source as EKSourceMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The source object representing the account to which this calendar belongs.

This property can only be set for newly created calendar objects. This property is read-only after the first time it is set; setting a value to this property after the first time it is set will result in an error. Therefore, moving a calendar from one source to another is not supported.
(Read and Write property)

EKCalendarMBS.Subscribed as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A Boolean value indicating whether the calendar is a subscribed calendar.

If true, the calendar is a subscribed calendar; otherwise it is not.
(Read only property)

EKCalendarMBS.supportedEventAvailabilities as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The event availability settings supported by this calendar, as indicated by a bitmask.

If the calendar doesn’t support event availability settings, this value is EKCalendarEventAvailabilityNone.
(Read only property)

EKCalendarMBS.title as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The calendar’s title.

(Read and Write property)

EKCalendarMBS.type as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS Mac64bit Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The calendar’s type.

CalDAV-subscribed calendars are of type EKCalendarTypeCalDAV with Subscribed set to true.
(Read only property)

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


The biggest plugin in space...