.coveragerc
.gitignore
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.rst
__init__.py
joyous.wpr
pytest.ini
requirements.txt
runtests.py
setup.cfg
setup.py
shell.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/installation.rst
docs/joyous-demo-1.png
docs/logo.png
docs/powered-by-sauce-labs.png
docs/_static/img/tutorials/afec/calendar_20191126_0.png
docs/_static/img/tutorials/afec/event_20190311_0.png
docs/_static/img/tutorials/afec/event_20190311_1.png
docs/_static/img/tutorials/kts/calendar_20191102_0.png
docs/_static/img/tutorials/kts/calendar_view_choices.png
docs/_static/img/tutorials/kts/event_page_new.png
docs/_static/img/tutorials/ootb/calendar_20190308_0.png
docs/_static/img/tutorials/ootb/calendar_20190308_1.png
docs/_static/img/tutorials/ootb/calendar_20190308_1_W11.png
docs/_static/img/tutorials/ootb/calendar_20190308_1_upcoming.png
docs/_static/img/tutorials/ootb/home_add_child_page.png
docs/_static/img/tutorials/ootb/new_calendar_page.png
docs/_static/img/tutorials/ootb/new_event_page.png
docs/reference/admin_ui.rst
docs/reference/css.rst
docs/reference/fields.rst
docs/reference/formats.rst
docs/reference/holidays.rst
docs/reference/index.rst
docs/reference/middleware.rst
docs/reference/templates.rst
docs/reference/templatetags.rst
docs/reference/utils.rst
docs/reference/models/calendar.rst
docs/reference/models/events.rst
docs/reference/models/groups.rst
docs/reference/models/index.rst
docs/releases/0.8.1.rst
docs/releases/0.8.2.rst
docs/releases/0.8.3.rst
docs/releases/0.9.0.rst
docs/releases/0.9.1.rst
docs/releases/0.9.2.rst
docs/releases/0.9.3.rst
docs/releases/0.9.4.rst
docs/releases/0.9.5.rst
docs/releases/1.0.0.rst
docs/releases/1.0.1.rst
docs/releases/index.rst
docs/topics/calendar.rst
docs/topics/events.rst
docs/topics/groups.rst
docs/topics/ical.rst
docs/topics/index.rst
docs/topics/integration.rst
docs/topics/settings.rst
docs/topics/view_restrictions.rst
docs/tutorials/a_few_easy_changes.rst
docs/tutorials/index.rst
docs/tutorials/keeping_things_simple.rst
docs/tutorials/out_of_the_box.rst
ls/__init__.py
ls.joyous.egg-info/PKG-INFO
ls.joyous.egg-info/SOURCES.txt
ls.joyous.egg-info/dependency_links.txt
ls.joyous.egg-info/not-zip-safe
ls.joyous.egg-info/requires.txt
ls.joyous.egg-info/top_level.txt
ls/joyous/__init__.py
ls/joyous/_version.py
ls/joyous/admin.py
ls/joyous/apps.py
ls/joyous/edit_handlers.py
ls/joyous/fields.py
ls/joyous/middleware.py
ls/joyous/signals.py
ls/joyous/wagtail_hooks.py
ls/joyous/widgets.py
ls/joyous/formats/__init__.py
ls/joyous/formats/errors.py
ls/joyous/formats/google.py
ls/joyous/formats/ical.py
ls/joyous/formats/null.py
ls/joyous/formats/rss.py
ls/joyous/formats/vtimezone.py
ls/joyous/holidays/__init__.py
ls/joyous/holidays/parser.py
ls/joyous/locale/de/LC_MESSAGES/django.mo
ls/joyous/locale/de/LC_MESSAGES/django.po
ls/joyous/locale/el/LC_MESSAGES/django.mo
ls/joyous/locale/el/LC_MESSAGES/django.po
ls/joyous/locale/fr/LC_MESSAGES/django.mo
ls/joyous/locale/fr/LC_MESSAGES/django.po
ls/joyous/locale/pt_BR/LC_MESSAGES/django.mo
ls/joyous/locale/pt_BR/LC_MESSAGES/django.po
ls/joyous/migrations/0001_initial.py
ls/joyous/migrations/0002_auto_20180228_1449.py
ls/joyous/migrations/0003_extrainfopage_extra_title.py
ls/joyous/migrations/0004_auto_20180425_2355.py
ls/joyous/migrations/0005_auto_20180522_1158.py
ls/joyous/migrations/0006_generalcalendarpage_specificcalendarpage.py
ls/joyous/migrations/0007_add_uid.py
ls/joyous/migrations/0008_populate_uid.py
ls/joyous/migrations/0009_alter_uid_notnull.py
ls/joyous/migrations/0010_auto_20180920_1210.py
ls/joyous/migrations/0011_auto_20180921_0700.py
ls/joyous/migrations/0012_auto_20181231_1827.py
ls/joyous/migrations/0013_auto_20190221_1152.py
ls/joyous/migrations/0014_auto_20190328_0652.py
ls/joyous/migrations/0015_auto_20190409_0645.py
ls/joyous/migrations/__init__.py
ls/joyous/models/__init__.py
ls/joyous/models/calendar.py
ls/joyous/models/events.py
ls/joyous/models/groups.py
ls/joyous/static/joyous/css/joyous.css
ls/joyous/static/joyous/css/joyous_coast_theme.css
ls/joyous/static/joyous/css/joyous_forest_theme.css
ls/joyous/static/joyous/css/joyous_stellar_theme.css
ls/joyous/static/joyous/css/recurrence_admin.css
ls/joyous/static/joyous/img/logo.png
ls/joyous/static/joyous/js/calendar.coffee
ls/joyous/static/joyous/js/calendar.js
ls/joyous/static/joyous/js/gulpfile.coffee
ls/joyous/static/joyous/js/gulpfile.js
ls/joyous/static/joyous/js/minicalendar.coffee
ls/joyous/static/joyous/js/minicalendar.js
ls/joyous/static/joyous/js/package.json
ls/joyous/static/joyous/js/recurrence_admin.coffee
ls/joyous/static/joyous/js/recurrence_admin.js
ls/joyous/static/joyous/js/time12hr_admin.coffee
ls/joyous/static/joyous/js/time12hr_admin.js
ls/joyous/static/joyous/js/maps/calendar.coffee.js
ls/joyous/static/joyous/js/maps/gulpfile.coffee.js
ls/joyous/static/joyous/js/maps/gulpfile.coffee.map
ls/joyous/static/joyous/js/maps/minicalendar.coffee.js
ls/joyous/static/joyous/js/maps/recurrence_admin.coffee.js
ls/joyous/static/joyous/js/maps/recurrence_admin.coffee.map
ls/joyous/static/joyous/js/maps/time12hr_admin.coffee.js
ls/joyous/static/joyous/js/vendor/moment-2.22.0.min.js
ls/joyous/templates/joyous/calendar_base.html
ls/joyous/templates/joyous/calendar_list_base.html
ls/joyous/templates/joyous/calendar_list_day.html
ls/joyous/templates/joyous/calendar_list_past.html
ls/joyous/templates/joyous/calendar_list_upcoming.html
ls/joyous/templates/joyous/calendar_month.html
ls/joyous/templates/joyous/calendar_table_base.html
ls/joyous/templates/joyous/calendar_week.html
ls/joyous/templates/joyous/cancellation_page.html
ls/joyous/templates/joyous/event_base.html
ls/joyous/templates/joyous/exception_base.html
ls/joyous/templates/joyous/extra_info_page.html
ls/joyous/templates/joyous/group_page.html
ls/joyous/templates/joyous/joyous_base.html
ls/joyous/templates/joyous/multiday_event_page.html
ls/joyous/templates/joyous/postponement_page.html
ls/joyous/templates/joyous/postponement_page_from.html
ls/joyous/templates/joyous/recurring_event_page.html
ls/joyous/templates/joyous/simple_event_page.html
ls/joyous/templates/joyous/edit_handlers/exception_date_object.html
ls/joyous/templates/joyous/edit_handlers/export_panel.html
ls/joyous/templates/joyous/formats/rss_entry.xml
ls/joyous/templates/joyous/formats/rss_extra_info_entry.xml
ls/joyous/templates/joyous/includes/calendar_export.html
ls/joyous/templates/joyous/includes/event_item.html
ls/joyous/templates/joyous/includes/events_view_choices.html
ls/joyous/templates/joyous/includes/joyjq.html
ls/joyous/templates/joyous/includes/minicalendar.html
ls/joyous/templates/joyous/includes/when.html
ls/joyous/templates/joyous/includes/where.html
ls/joyous/templates/joyous/includes/who.html
ls/joyous/templates/joyous/includes/who_full_url.html
ls/joyous/templates/joyous/tags/events_this_week.html
ls/joyous/templates/joyous/tags/future_exceptions_list.html
ls/joyous/templates/joyous/tags/group_upcoming_events.html
ls/joyous/templates/joyous/tags/location_gmap.html
ls/joyous/templates/joyous/tags/minicalendar.html
ls/joyous/templates/joyous/tags/upcoming_events_detailed.html
ls/joyous/templates/joyous/widgets/exception_date_input.html
ls/joyous/templates/joyous/widgets/recurrence_widget.html
ls/joyous/templates/joyous/widgets/time12hr_input.html
ls/joyous/templatetags/__init__.py
ls/joyous/templatetags/joyous_tags.py
ls/joyous/tests/__init__.py
ls/joyous/tests/settings.py
ls/joyous/tests/test_app.py
ls/joyous/tests/test_calendar.py
ls/joyous/tests/test_cancellation.py
ls/joyous/tests/test_edit_handlers.py
ls/joyous/tests/test_event_base.py
ls/joyous/tests/test_event_category.py
ls/joyous/tests/test_extra_info.py
ls/joyous/tests/test_fields.py
ls/joyous/tests/test_getevents.py
ls/joyous/tests/test_gevents.py
ls/joyous/tests/test_google.py
ls/joyous/tests/test_group.py
ls/joyous/tests/test_holidays.py
ls/joyous/tests/test_hooks.py
ls/joyous/tests/test_ical.py
ls/joyous/tests/test_manythings.py
ls/joyous/tests/test_middleware.py
ls/joyous/tests/test_multiday_event.py
ls/joyous/tests/test_multiday_recurring_event.py
ls/joyous/tests/test_pages.py
ls/joyous/tests/test_postponement.py
ls/joyous/tests/test_recurrence.py
ls/joyous/tests/test_recurring_event.py
ls/joyous/tests/test_reschedule_multiday_event.py
ls/joyous/tests/test_rss.py
ls/joyous/tests/test_signals.py
ls/joyous/tests/test_simple_event.py
ls/joyous/tests/test_telltime.py
ls/joyous/tests/test_templatetags.py
ls/joyous/tests/test_vcalendar.py
ls/joyous/tests/test_vevents.py
ls/joyous/tests/test_vtimezone.py
ls/joyous/tests/test_vutils.py
ls/joyous/tests/test_weeks.py
ls/joyous/tests/test_widgets.py
ls/joyous/tests/testutils.py
ls/joyous/tests/urls.py
ls/joyous/tests/formats/__init__.py
ls/joyous/tests/formats/en_NZ/__init__.py
ls/joyous/tests/formats/en_NZ/formats.py
ls/joyous/tests/templates/base.html
ls/joyous/utils/__init__.py
ls/joyous/utils/manythings.py
ls/joyous/utils/mixins.py
ls/joyous/utils/names.py
ls/joyous/utils/recurrence.py
ls/joyous/utils/telltime.py
ls/joyous/utils/weeks.py