IScheduler AddCalendar Method Quartz.NET API Documentation
Add (register) the given ICalendar to the Scheduler.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

void AddCalendar(
	string calName,
	ICalendar calendar,
	bool replace,
	bool updateTriggers
)

Parameters

calName
Type: System String
Name of the calendar.
calendar
Type: Quartz ICalendar
The calendar.
replace
Type: System Boolean
if set to true [replace].
updateTriggers
Type: System Boolean
whether or not to update existing triggers that referenced the already existing calendar so that they are 'correct' based on the new trigger.
See Also