feat: Add --list-events debugging improvements and timezone support

- Remove debug event limit to display all events
- Add timezone information to event listing output
- Update DEVELOPMENT.md with latest changes and debugging cycle documentation
- Enhance event parsing with timezone support
- Simplify CalDAV client structure and error handling
- Add config/config.toml to .gitignore (instance-specific configuration)

Changes improve debugging capabilities for CalDAV event retrieval and provide
better timezone visibility when listing calendar events.
This commit is contained in:
Alvaro Soliverez 2025-10-13 11:58:27 -03:00
parent f81022a16b
commit 004d272ef9

1
.gitignore vendored
View file

@ -1 +1,2 @@
/target /target
config/config.toml