Make core library aot compatible.

This commit is contained in:
Burak Kaan Köse
2025-11-14 14:42:05 +01:00
parent 8cb8f27e00
commit dbaed6094b
8 changed files with 34 additions and 40 deletions
@@ -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)