Agenda refactor
This commit is contained in:
parent
60e82eb535
commit
56458691cc
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user