Skip to main content

GetCalendar (NotesSession - LotusScript)

Creates a new NotesCalendar object.

Defined in

NotesSession

Syntax

GetCalendar(maildatabase As NotesDatabase) As NotesCalendar
ParameterDescription
maildatabaseA standard Domino® mail application, for example, an application based on the template StdR85Mail.
Return valueDescription
NotesCalendarThe newly created NotesCalendar object.

Example