Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mahesh on Nov 21, 2009 21:28
open dhtmlx forum
dhymlx scheduler & event search

Is this possible and easy to implement?
Answer posted by Alex (support) on Nov 23, 2009 03:01

Hello,

there is getEvents method. It returns an array of events that occur in defined period:

  http://www.dhtmlx.com/dhxdocs/doku.php?id=dhtmlxscheduler:api_method_dhtmlxscheduler_getevents

Answer posted by Stanislav (support) on Nov 23, 2009 08:42
Also, there is a hash of all events , which can be easily iterated , if you must find event by some other criteria.