Commit graph

4 commits

Author SHA1 Message Date
Alvaro Soliverez
16d6fc375d Working correctly to fetch 1 Nextcloud calendar 2025-10-26 13:10:16 -03:00
Alvaro Soliverez
20a74ac7a4 Fix unused function warning for parse_ical_datetime
- Add #[cfg(test)] attribute to mark function as test-only
- Add comprehensive test for parse_ical_datetime function
- Move imports into function scope to reduce global imports
- Test covers DATE format, UTC datetime format, and error handling

Fixes warning: function 'parse_ical_datetime' is never used
2025-10-18 14:14:52 -03:00
Alvaro Soliverez
f81022a16b 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

Changes improve debugging capabilities for CalDAV event retrieval and provide
better timezone visibility when listing calendar events.
2025-10-13 11:02:55 -03:00
Alvaro Soliverez
8362ebe44b Initial commit: Complete CalDAV calendar synchronizer
- Rust-based CLI tool for Zoho to Nextcloud calendar sync
- Selective calendar import from Zoho to single Nextcloud calendar
- Timezone-aware event handling for next-week synchronization
- Comprehensive configuration system with TOML support
- CLI interface with debug, list, and sync operations
- Complete documentation and example configurations
2025-10-04 11:57:44 -03:00