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
@@ -253,7 +253,7 @@ public class GmailChangeProcessor : DefaultChangeProcessor, IGmailChangeProcesso
}
// Upsert the event.
await Connection.InsertOrReplaceAsync(existingCalendarItem);
await Connection.InsertOrReplaceAsync(existingCalendarItem, typeof(CalendarItem));
}
private string GetOrganizerName(Event calendarEvent, MailAccount account)