Restructure calendar widget settings
This commit is contained in:
@@ -15,6 +15,9 @@ data class CalendarWidgetConfig(
|
||||
val legacyExcludedCalendarIds: List<Long>? = null,
|
||||
@SerialName("excludedCalendars")
|
||||
val excludedCalendarIds: List<String>? = null,
|
||||
val completedTasks: Boolean = true,
|
||||
val upcomingEventsCount: Int = 3,
|
||||
val upcomingTaskCount: Int = 3,
|
||||
)
|
||||
data class CalendarWidget(
|
||||
override val id: UUID,
|
||||
|
||||
Reference in New Issue
Block a user