Platforms to show: All Mac Windows Linux Cross-Platform

Back to CalCalendarMBS class.

CalCalendarMBS.Color as NSColorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 13.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The color for this calendar.

(Read and Write property)

CalCalendarMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 13.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The internal object reference.

(Read and Write property)

CalCalendarMBS.isEditable as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Whether this calendar is editable.

This property is read only.
(Read only property)

CalCalendarMBS.notes as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The notes for this calendar.

(Read and Write property)

CalCalendarMBS.title as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The title of this calendar.
Example
dim c as new CalCalendarStoreMBS
dim ca() as CalCalendarMBS = c.calendars
for each cc as CalCalendarMBS in ca
MsgBox cc.Title+EndOfLine+cc.type+EndOfLine+cc.notes
next

(Read and Write property)

CalCalendarMBS.type as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The type of this calendar.

This property is read only.

use the CalCalendarType* constants.
(Read only property)

CalCalendarMBS.uid as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The unique ID for this calendar.

This property is read only.
(Read only property)

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


The biggest plugin in space...