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.


The biggest plugin in space...