problem to retrieving data from recurring event

Hello, I have a problem retrieving data from a newly created recurring event. I for example to retrieve the start and end when the event has been placed according to its recurrence. Thank you for your help.

You can use getEvents method to get occurrences of all events for defined time period.

I use the method GetEvent (id), but the data does not correspond to the newly created recurring event. I do not think the method GetEvent exists, or so I have not looked the documentation.

Method getEvent will return info only about main event object, it will not provide info about it occurences ( in case of recurring events, one event can have multiple occurences ), but you can use getEvents method

docs.dhtmlx.com/doku.php?id=dhtm … etevents&s[]=getevents