IScheduler DeleteCalendar Method Quartz.NET API Documentation
Delete the identified ICalendar from the Scheduler.

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

bool DeleteCalendar(
	string calName
)

Return Value

Type: Boolean
true if the Calendar was found and deleted.
Remarks

If removal of the would result in ITriggers pointing to non-existent calendars, then a SchedulerException will be thrown.
See Also