redditwarp.models.widget.calendar#

class redditwarp.models.widget.calendar.CalendarWidgetConfiguration(num_events: 'int', show_title: 'bool', show_description: 'bool', show_location: 'bool', show_date: 'bool', show_time: 'bool')[source]#

Bases: object

num_events: int#
show_title: bool#
show_description: bool#
show_location: bool#
show_date: bool#
show_time: bool#