Files
Reijnst/Docker compose files/vdirsyncer/config
2025-08-09 09:24:29 +02:00

28 lines
817 B
Plaintext

[general]
status_path = "/app/data/status"
[pair google_nextcloud]
a = "google"
b = "nextcloud"
collections = ["from a", "from b"]
# Optional:
# conflict_resolution = "a wins" # or "b wins"
# metadata = ["color", "displayname"] # sync extra properties
[storage google]
type = "google"
client_id = "882156610771-aioeubp72oecurc1lbk9rcij1un8ui40.apps.googleusercontent.com"
client_secret = "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"
token_file = "/app/config/google_token.json"
[storage nextcloud]
type = "caldav"
url = "https://kalender.reijnst.se/remote.php/dav/calendars/Johnny%20Reijnst/ikea-1/"
username = "Johnny.Reijnst@gmail.com"
password = "Sommartiden2025!"
# Optional advanced options:
# verify = true
# auth = "guess"
# item_types = ["VEVENT", "VTODO"]
# start_date = "datetime.now() - timedelta(days=365)"