Skip to content

Commit

Permalink
change strategy to SendToChangedAndSaveCopy when update.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwiichang committed Aug 5, 2021
1 parent 30bfbb0 commit 0298eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_item.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func UpdateCalendarItem(c Client, id ItemId, ci CalendarItem, strategy ...Update
strategy = append(strategy, UpdateStrategy{
ConflictResolution: "AlwaysOverwrite",
MessageDisposition: "SaveOnly",
SendMeetingInvitationsOrCancellations: "SendToAllAndSaveCopy",
SendMeetingInvitationsOrCancellations: "SendToChangedAndSaveCopy",
})

var setFields = getSetItemField("calendar", getFields(ci)...)
Expand Down

0 comments on commit 0298eca

Please sign in to comment.