Local time rendering for events.

This commit is contained in:
Burak Kaan Köse
2025-07-07 21:03:07 +02:00
parent 1ee0063b62
commit 03c9ac1e11
9 changed files with 136 additions and 41 deletions

View File

@@ -1861,7 +1861,8 @@ public class OutlookSynchronizer : WinoSynchronizer<RequestInformation, Message,
RecurrenceRules = FormatRecurrence(outlookEvent.Recurrence),
Status = outlookEvent.IsCancelled == true ? "cancelled" : "confirmed",
IsDeleted = outlookEvent.IsCancelled == true,
LastModified = DateTime.UtcNow
LastModified = DateTime.UtcNow,
TimeZone = outlookEvent.Start.TimeZone
};
// Automatically determine the calendar item type based on event properties