MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / changeEventId

Method changeEventId

codebase/dhtmlxscheduler.es.d.ts:1664–1664  ·  view source on GitHub ↗

* changes the event's id * @param id the current event's id * @param new_id the new event's id

(id: string, new_id: string)

Source from the content-addressed store, hash-verified

1662 * @param new_id the new event's id
1663 */
1664 changeEventId(id: string, new_id: string): void;
1665
1666 /**
1667 * checks whether the specified event occurs at the time that has already been occupied by another event(s)

Callers 14

iFunction · 0.65
dhtmlxscheduler.jsFile · 0.65
iFunction · 0.65
handleUpdateEventFunction · 0.65
extendSchedulerFunction · 0.65
mvcFunction · 0.65
recurringFunction · 0.65
recurring_legacyFunction · 0.65
handleUpdateEventFunction · 0.65
extendSchedulerFunction · 0.65
mvcFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected