* 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)
| 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) |
no outgoing calls
no test coverage detected