LICENSE
README.md
pyproject.toml
cal_auto_python.egg-info/PKG-INFO
cal_auto_python.egg-info/SOURCES.txt
cal_auto_python.egg-info/dependency_links.txt
cal_auto_python.egg-info/entry_points.txt
cal_auto_python.egg-info/requires.txt
cal_auto_python.egg-info/top_level.txt
src/__init__.py
src/auth.py
src/errors.py
src/ghub.py
src/integrations.py
src/logger.py
src/main.py
src/mcp_server.py
src/py.typed
src/scheduler.py
src/settings.py
src/sync.py
src/dtos/__init__.py
src/dtos/calendar_entry.py
src/dtos/event.py
src/dtos/schedule.py
src/dtos/task.py
src/dtos/work_item.py
src/providers/__init__.py
src/providers/calendar_sink.py
src/providers/google_calendar_sink.py
src/providers/task_source.py
src/utils/__init__.py
src/utils/utils.py
tests/test_auth.py
tests/test_ghub.py
tests/test_google_calendar_sink.py
tests/test_imports.py
tests/test_main.py
tests/test_mcp_server.py
tests/test_providers.py
tests/test_scheduler.py
tests/test_settings.py
tests/test_sync.py
tests/test_utils.py