IJobStore RemoveCalendar Method Quartz.NET API Documentation
Remove (delete) the ICalendar with the given name.

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

bool RemoveCalendar(
	string calName
)

Return Value

Type: Boolean
  if a ICalendar with the given name was found and removed from the store.
Remarks

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