markCalendar(calendar, date, css)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxscheduler_minical.js

Removes css styling from specified date

This will work for mini-calendar only, not for the scheduler !

  • calendar - calendar object
  • date - date object, defines date which need to be unmarked
  • css - optional, css class which was used for marking
	scheduler.unmarkCalendar(calendar, new Date(2010,3,1), "my_style");