Reminders.

This commit is contained in:
Burak Kaan Köse
2026-01-01 15:02:40 +01:00
parent 3b485dc1fe
commit a64627e7d6
14 changed files with 420 additions and 24 deletions
@@ -216,6 +216,11 @@ public interface IPreferencesService : INotifyPropertyChanged
DayOfWeek WorkingDayEnd { get; set; }
double HourHeight { get; set; }
/// <summary>
/// Setting: Default reminder duration in seconds for new calendar events.
/// Set to 0 to disable default reminders.
/// </summary>
long DefaultReminderDurationInSeconds { get; set; }
CalendarSettings GetCurrentCalendarSettings();