CalCalendarMBS constants

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 CalCalendarMBS class.

CalCalendarMBS.CalCalendarTypeBirthday="Birthday"

Type Topic Plugin Version
const Calendar MBS MacFrameworks Plugin 7.7
One of the calendar types.
Example
// searches for the birthday calendar and than lists all birthdays in the next month

dim cals(-1) as CalCalendarMBS
dim a() as CalCalendarMBS
dim i as Integer
dim cal as CalCalendarMBS
dim sd,ed as date
dim ea() as CalEventMBS
dim e as CalEventMBS

dim c as new CalCalendarStoreMBS

a=c.calendars
for each cal in a
MsgBox "Calendar: "+cal.Title
if cal.type=cal.CalCalendarTypeBirthday then
cals.Append cal
end if
next

sd=new date
ed=new date
ed.Month=sd.Month+1

ea=c.events(sd,ed,cals)

for each e in ea
MsgBox "Event: "+e.Title
next

CalCalendarMBS.CalCalendarTypeCalDAV="CalDAV"

Type Topic Plugin Version
const Calendar MBS MacFrameworks Plugin 7.7
One of the calendar types.

CalCalendarMBS.CalCalendarTypeExchange="Exchange"

Type Topic Plugin Version
const Calendar MBS MacFrameworks Plugin 9.6
One of the calendar types.

New in Mac OS X 10.6.

CalCalendarMBS.CalCalendarTypeIMAP="IMAP"

Type Topic Plugin Version
const Calendar MBS MacFrameworks Plugin 7.7
One of the calendar types.

CalCalendarMBS.CalCalendarTypeLocal="Local"

Type Topic Plugin Version
const Calendar MBS MacFrameworks Plugin 7.7
One of the calendar types.

CalCalendarMBS.CalCalendarTypeSubscription="Subscription"

Type Topic Plugin Version
const Calendar MBS MacFrameworks Plugin 7.7
One of the calendar types.

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


💬 Ask a question or report a problem