scheduler.deleteEvent({id}#{timestamp})

how can i get the time-stamp for deleting only one record in recurring event
---->is there possible for updating the single record in recurring event ,
—>how can i know the difference for updating or deleting an single event in recurring event

how can i get the time-stamp for deleting only one record in recurring event
scheduler.getRecDates(master_id) - returns list of occurences

is there possible for updating the single record in recurring event ,
yep, it similar to event deleting, but instead of
rec_type=“none”
it will have
rec_type=""