Working correctly to fetch 1 Nextcloud calendar

This commit is contained in:
Alvaro Soliverez 2025-10-26 13:10:16 -03:00
parent 20a74ac7a4
commit 16d6fc375d
3 changed files with 406 additions and 24 deletions

View file

@ -39,6 +39,27 @@ delete_missing = false
# Date range configuration
date_range = { days_ahead = 30, days_back = 30, sync_all_events = false }
[import]
# Target server configuration (e.g., Nextcloud)
[import.target_server]
# Nextcloud CalDAV URL
url = "https://cloud.soliverez.com.ar/remote.php/dav/calendars/alvaro/"
# Username for Nextcloud authentication
username = "alvaro"
# Password for Nextcloud authentication (use app-specific password)
password = "D7F2o-fFoqp-j2ttJ-t4etE-yz3oS"
# Whether to use HTTPS (recommended)
use_https = true
# Request timeout in seconds
timeout = 30
# Target calendar configuration
[import.target_calendar]
# Target calendar name
name = "trabajo-alvaro"
enabled = true
# Optional filtering configuration
[filters]
# Keywords to filter events by (events containing any of these will be included)