CHANGELOG
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
django_scheduler.egg-info/PKG-INFO
django_scheduler.egg-info/SOURCES.txt
django_scheduler.egg-info/dependency_links.txt
django_scheduler.egg-info/not-zip-safe
django_scheduler.egg-info/requires.txt
django_scheduler.egg-info/top_level.txt
docs/Makefile
docs/changelog.txt
docs/conf.py
docs/index.txt
docs/install.txt
docs/models.txt
docs/overview.txt
docs/periods.txt
docs/settings.txt
docs/template_tags.txt
docs/utils.txt
docs/views.txt
schedule/__init__.py
schedule/admin.py
schedule/apps.py
schedule/forms.py
schedule/periods.py
schedule/settings.py
schedule/urls.py
schedule/utils.py
schedule/views.py
schedule/widgets.py
schedule/feeds/__init__.py
schedule/feeds/ical.py
schedule/locale/de/LC_MESSAGES/django.mo
schedule/locale/de/LC_MESSAGES/django.po
schedule/locale/en/LC_MESSAGES/django.mo
schedule/locale/en/LC_MESSAGES/django.po
schedule/locale/es/LC_MESSAGES/django.mo
schedule/locale/es/LC_MESSAGES/django.po
schedule/locale/fi/LC_MESSAGES/django.mo
schedule/locale/fi/LC_MESSAGES/django.po
schedule/locale/fr/LC_MESSAGES/django.mo
schedule/locale/fr/LC_MESSAGES/django.po
schedule/locale/it/LC_MESSAGES/django.mo
schedule/locale/it/LC_MESSAGES/django.po
schedule/locale/pt_BR/LC_MESSAGES/django.mo
schedule/locale/pt_BR/LC_MESSAGES/django.po
schedule/locale/ru/LC_MESSAGES/django.mo
schedule/locale/ru/LC_MESSAGES/django.po
schedule/locale/zh/LC_MESSAGES/django.mo
schedule/locale/zh/LC_MESSAGES/django.po
schedule/migrations/0001_initial.py
schedule/migrations/0002_event_color_event.py
schedule/migrations/0003_auto_20160715_0028.py
schedule/migrations/0004_text_fields_not_null.py
schedule/migrations/0005_verbose_name_plural_for_calendar.py
schedule/migrations/0006_update_text_fields_empty_string.py
schedule/migrations/0007_merge_text_fields.py
schedule/migrations/0008_gfk_index.py
schedule/migrations/0009_merge_20180108_2303.py
schedule/migrations/0010_events_set_missing_calendar.py
schedule/migrations/0011_event_calendar_not_null.py
schedule/migrations/0012_auto_20191025_1852.py
schedule/migrations/0013_auto_20210502_2303.py
schedule/migrations/0014_use_autofields_for_pk.py
schedule/migrations/__init__.py
schedule/models/__init__.py
schedule/models/calendars.py
schedule/models/events.py
schedule/models/rules.py
schedule/static/schedule.css
schedule/static/schedule.js
schedule/templates/base.html
schedule/templates/fullcalendar.html
schedule/templates/fullcalendar_modal.html
schedule/templates/fullcalendar_script.html
schedule/templates/profiles/schedule.html
schedule/templates/schedule/_create_event_options.html
schedule/templates/schedule/_daily_table.html
schedule/templates/schedule/_day_cell.html
schedule/templates/schedule/_day_cell_big.html
schedule/templates/schedule/_detail.html
schedule/templates/schedule/_dialogs.html
schedule/templates/schedule/_event_options.html
schedule/templates/schedule/_event_title.html
schedule/templates/schedule/_month_table.html
schedule/templates/schedule/_prevnext.html
schedule/templates/schedule/calendar.html
schedule/templates/schedule/calendar_compact_month.html
schedule/templates/schedule/calendar_day.html
schedule/templates/schedule/calendar_list.html
schedule/templates/schedule/calendar_month.html
schedule/templates/schedule/calendar_tri_month.html
schedule/templates/schedule/calendar_week.html
schedule/templates/schedule/calendar_year.html
schedule/templates/schedule/cancel_occurrence.html
schedule/templates/schedule/create_event.html
schedule/templates/schedule/delete_event.html
schedule/templates/schedule/edit_occurrence.html
schedule/templates/schedule/event.html
schedule/templates/schedule/occurrence.html
schedule/templatetags/__init__.py
schedule/templatetags/scheduletags.py