Change RecurrenceID to Date type
Change RecurrenceID to Date type like SharePoint Standard functionality to solve the issue of deleting one occurrence of recurrent event
This commit is contained in:
parent
4cecbce672
commit
2aa033e372
|
@ -20,6 +20,6 @@ export interface IEventData {
|
|||
fRecurrence?: string | boolean;
|
||||
EventType?: string;
|
||||
UID?: string;
|
||||
RecurrenceID?: string;
|
||||
RecurrenceID?: Date;
|
||||
MasterSeriesItemID?: string;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue