@wildix-internal/wim-calendar-client > WimCalendar > rescheduleEvent
WimCalendar.rescheduleEvent() method
Signature:
rescheduleEvent(args: RescheduleEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RescheduleEventCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
---|---|---|
args | ||
options | __HttpHandlerOptions | |
cb | (err: any, data?: RescheduleEventCommandOutput) => void |
Returns:
void