From 004d272ef9006911ec559b525a9ab97ad4fe9a5a Mon Sep 17 00:00:00 2001 From: Alvaro Soliverez Date: Mon, 13 Oct 2025 11:58:27 -0300 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..5ea9fdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +config/config.toml