feat(api,dal): в настройки добавлено поле ScheduleExcludeCalendar. Обновлен response для robot task

This commit is contained in:
Mikhail Trubnikov
2025-12-04 12:10:10 +10:00
parent 78f2ad37be
commit 0de2c4762e
12 changed files with 4147 additions and 9 deletions

View File

@@ -23,6 +23,9 @@
public required string Exclude { get; set; }
// сделал возможный null, так как может в будущем это поле может не заполняться
public string? ExcludeCalendar { get; set; }
public required string Timezone { get; set; }
public required string RepeatRange { get; set; }