Agenda refactor

This commit is contained in:
alma 2026-01-14 20:56:11 +01:00
parent 60e82eb535
commit 56458691cc

View File

@ -27,8 +27,7 @@ export async function getInfomaniakCalDAVClient(
password: string
): Promise<WebDAVClient> {
// Infomaniak CalDAV base URL (from Infomaniak sync assistant)
// The actual CalDAV endpoint is at /caldav path
const baseUrl = 'https://sync.infomaniak.com/caldav';
const baseUrl = 'https://sync.infomaniak.com';
const client = createClient(baseUrl, {
username: email,