Respect API calendar colors unless overridden

This commit is contained in:
Burak Kaan Köse
2026-04-11 15:18:30 +02:00
parent e206368801
commit 448ebd6036
6 changed files with 63 additions and 9 deletions
@@ -25,6 +25,7 @@ public class AccountCalendar : IAccountCalendar
/// </summary>
public string TextColorHex { get; set; }
public string BackgroundColorHex { get; set; }
public bool IsBackgroundColorUserOverridden { get; set; }
public string TimeZone { get; set; }
[Ignore]