Declaration
DayPilot.Month.events.findRecurrent(masterId, start); 
Parameters
- masterId (string) - id of the recurring event master (the recurrence definition)
 - start (DayPilot.Date) - starting time of the specific occurrence
 
Returns
DayPilot.Event object or null. If there are more events with the same id, it returns the first one.