Fix google calendar client_secret noweb reference syntax

This commit is contained in:
2026-03-10 16:24:22 +01:00
parent da78b850b3
commit 20c3536ae5

View File

@@ -55,7 +55,7 @@ conflict_resolution = "a wins"
type = "google_calendar"
token_file = "~/.local/share/calendars/google/credentials.txt"
client_id = "188415318767-802h28ig8gromo0f72blrbg6cgcop6m8.apps.googleusercontent.com"
client_secret = <<get-password(passname="google_calendar_client_secret")>>
client_secret = "<<get-password(passname='google_calendar_client_secret')>>"
[storage google_calendar_local]
type = "filesystem"