CalCalendarItemMBS methods

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

Back to CalCalendarItemMBS class.

CalCalendarItemMBS.addAlarm(alarm as CalAlarmMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Adds one alarm.

CalCalendarItemMBS.addAlarms(alarms() as CalAlarmMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Adds an array of alarms.

CalCalendarItemMBS.alarms as CalAlarmMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS MacFrameworks Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
An array of CalAlarms associated with the calendar item.

CalCalendarItemMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS MacFrameworks Plugin 13.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The private constructor.

CalCalendarItemMBS.hasAlarm as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Whether this item has an alarm associated.

CalCalendarItemMBS.nextAlarmDate as date

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the next alaram date.

CalCalendarItemMBS.removeAlarm(alarm as CalAlarmMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Removes one alarm.

CalCalendarItemMBS.removeAlarms(alarms() as CalAlarmMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Removes the alarms.

CalCalendarItemMBS.setalarms(alarms() as CalAlarmMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS MacFrameworks Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Sets the alarms for this item.

CalCalendarItemMBS.Show

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Calendar MBS MacFrameworks Plugin 12.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Shows the item in iCal.
Example
dim c as new CalCalendarStoreMBS

// search for some events within last year
dim d as new date
dim e as new date

d.Year = d.Year -1

dim events() as CalEventMBS = c.events(d, e)

// pick one, show title and show in iCal
MsgBox Events(30).Title
events(30).show

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


💬 Ask a question or report a problem