feat(api,dal): в настройки добавлено поле ScheduleExcludeCalendar. Обновлен response для robot task
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user