5.2.1 Module Level Functions

The following free functions - functions that do not belong to any class - are defined in the calendar module:

open( [filename=None, mode=None])

Opens a calendar database and returns a new CalendarDb object.

If filename is None, the default database is opened.

If filename is given, it should contain drive letter, colon and file's name, but no absolute path.

mode can be:

See About this document... for information on suggesting changes.