CHANGES.rst
CONTRIBUTORS.rst
MANIFEST.in
Makefile
README.rst
bootstrap.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
docs/LICENSE.GPL
docs/LICENSE.rst
docs/index.rst
src/imio/__init__.py
src/imio.schedule.egg-info/PKG-INFO
src/imio.schedule.egg-info/SOURCES.txt
src/imio.schedule.egg-info/dependency_links.txt
src/imio.schedule.egg-info/entry_points.txt
src/imio.schedule.egg-info/namespace_packages.txt
src/imio.schedule.egg-info/not-zip-safe
src/imio.schedule.egg-info/requires.txt
src/imio.schedule.egg-info/top_level.txt
src/imio/schedule/__init__.py
src/imio/schedule/config.py
src/imio/schedule/configure.zcml
src/imio/schedule/converter.py
src/imio/schedule/deserializer.py
src/imio/schedule/indexes.py
src/imio/schedule/indexes.zcml
src/imio/schedule/interfaces.py
src/imio/schedule/setuphandlers.py
src/imio/schedule/testing.py
src/imio/schedule/testing.zcml
src/imio/schedule/utils.py
src/imio/schedule/vocabularies.py
src/imio/schedule/vocabularies.zcml
src/imio/schedule/browser/__init__.py
src/imio/schedule/browser/close_task.py
src/imio/schedule/browser/configure.zcml
src/imio/schedule/browser/task_completion.py
src/imio/schedule/browser/task_owner.py
src/imio/schedule/browser/overrides/.gitkeep
src/imio/schedule/browser/static/.gitkeep
src/imio/schedule/browser/static/overlay.js
src/imio/schedule/browser/static/schedule.css
src/imio/schedule/browser/templates/close_task.pt
src/imio/schedule/browser/templates/task_change_owner.pt
src/imio/schedule/browser/templates/task_completion.pt
src/imio/schedule/browser/templates/taskmacros.pt
src/imio/schedule/collectionwidget/__init__.py
src/imio/schedule/collectionwidget/configure.zcml
src/imio/schedule/collectionwidget/views.py
src/imio/schedule/collectionwidget/vocabulary.py
src/imio/schedule/collectionwidget/templates/term.pt
src/imio/schedule/content/__init__.py
src/imio/schedule/content/condition.py
src/imio/schedule/content/conditions.zcml
src/imio/schedule/content/configure.zcml
src/imio/schedule/content/delay.py
src/imio/schedule/content/delay.zcml
src/imio/schedule/content/logic.py
src/imio/schedule/content/logic.zcml
src/imio/schedule/content/object_factories.py
src/imio/schedule/content/object_factories.zcml
src/imio/schedule/content/schedule_config.py
src/imio/schedule/content/subform_context_choice.py
src/imio/schedule/content/task.py
src/imio/schedule/content/task_config.py
src/imio/schedule/content/view.py
src/imio/schedule/content/view.zcml
src/imio/schedule/content/vocabulary.py
src/imio/schedule/content/vocabulary.zcml
src/imio/schedule/content/widget.zcml
src/imio/schedule/dashboard/__init__.py
src/imio/schedule/dashboard/columns.py
src/imio/schedule/dashboard/columns.zcml
src/imio/schedule/dashboard/configure.zcml
src/imio/schedule/dashboard/interfaces.py
src/imio/schedule/dashboard/vocabulary.py
src/imio/schedule/dashboard/vocabulary.zcml
src/imio/schedule/events/__init__.py
src/imio/schedule/events/configure.zcml
src/imio/schedule/events/create_task.py
src/imio/schedule/events/dashboard_collection.py
src/imio/schedule/events/task_config.py
src/imio/schedule/events/update_tasks.py
src/imio/schedule/events/zope_registration.py
src/imio/schedule/locales/collective.eeafaceted.z3ctable.pot
src/imio/schedule/locales/imio.schedule.pot
src/imio/schedule/locales/manual_translations.pot
src/imio/schedule/locales/update.sh
src/imio/schedule/locales/fr/LC_MESSAGES/collective.eeafaceted.z3ctable.mo
src/imio/schedule/locales/fr/LC_MESSAGES/collective.eeafaceted.z3ctable.po
src/imio/schedule/locales/fr/LC_MESSAGES/imio.schedule.mo
src/imio/schedule/locales/fr/LC_MESSAGES/imio.schedule.po
src/imio/schedule/migration/__init__.py
src/imio/schedule/migration/configure.zcml
src/imio/schedule/migration/migrate_to_18.py
src/imio/schedule/migration/upgrades.py
src/imio/schedule/migration/upgrades.zcml
src/imio/schedule/profiles/default/browserlayer.xml
src/imio/schedule/profiles/default/catalog.xml
src/imio/schedule/profiles/default/cssregistry.xml
src/imio/schedule/profiles/default/imioschedule_default.txt
src/imio/schedule/profiles/default/jsregistry.xml
src/imio/schedule/profiles/default/metadata.xml
src/imio/schedule/profiles/default/propertiestool.xml
src/imio/schedule/profiles/default/registry.xml
src/imio/schedule/profiles/default/types.xml
src/imio/schedule/profiles/default/workflows.xml
src/imio/schedule/profiles/default/types/AutomatedMacroTask.xml
src/imio/schedule/profiles/default/types/AutomatedTask.xml
src/imio/schedule/profiles/default/types/MacroTaskConfig.xml
src/imio/schedule/profiles/default/types/ScheduleConfig.xml
src/imio/schedule/profiles/default/types/TaskConfig.xml
src/imio/schedule/profiles/testing/imioschedule_testing.txt
src/imio/schedule/profiles/testing/metadata.xml
src/imio/schedule/tests/__init__.py
src/imio/schedule/tests/condition.py
src/imio/schedule/tests/conditions.zcml
src/imio/schedule/tests/configure.zcml
src/imio/schedule/tests/due_date.py
src/imio/schedule/tests/due_date.zcml
src/imio/schedule/tests/holidays.py
src/imio/schedule/tests/logic.py
src/imio/schedule/tests/logic.zcml
src/imio/schedule/tests/setup.py
src/imio/schedule/tests/test_dashboardcollection.py
src/imio/schedule/tests/test_delay.py
src/imio/schedule/tests/test_indexes.py
src/imio/schedule/tests/test_logic.py
src/imio/schedule/tests/test_registration_events.py
src/imio/schedule/tests/test_scheduleconfig.py
src/imio/schedule/tests/test_setup.py
src/imio/schedule/tests/test_task.py
src/imio/schedule/tests/test_task_events.py
src/imio/schedule/tests/test_taskconfig.py
src/imio/schedule/tests/test_utils.py
src/imio/schedule/tests/test_vocabulary.py
src/imio/schedule/tests/robot/test_example.robot
src/imio/schedule/workflow/__init__.py
src/imio/schedule/workflow/configure.zcml
src/imio/schedule/workflow/freeze_task.py