Make core library aot compatible.
This commit is contained in:
@@ -132,7 +132,7 @@ public class OutlookChangeProcessor(IDatabaseService databaseService,
|
||||
}
|
||||
|
||||
// Upsert the event.
|
||||
await Connection.InsertOrReplaceAsync(savingItem);
|
||||
await Connection.InsertOrReplaceAsync(savingItem, typeof(CalendarItem));
|
||||
|
||||
// Manage attendees.
|
||||
if (calendarEvent.Attendees != null)
|
||||
|
||||
Reference in New Issue
Block a user