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

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

Var 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...