Previous Topic: deleteValueMapFieldNext Topic: existsCustomIcon


existsCalendar

The existsCalendar function checks whether a calendar object exists in the given path. The path can be an absolute/relative path. The relative path is relative to the process in which the script is executed.

Syntax

bExists = existsCalendar(calendarPath);

Arguments

calendarPath (String)

Specifies the full/relative path of the calendar object whose existence needs to be checked.

Return Value

bExists (Boolean)

Returns true if the calendar object exists or false if it does not.

Example

bExists = existsCalendar("WorkCalendar");