Agenda refactor
This commit is contained in:
parent
60e82eb535
commit
56458691cc
@ -27,8 +27,7 @@ export async function getInfomaniakCalDAVClient(
|
|||||||
password: string
|
password: string
|
||||||
): Promise<WebDAVClient> {
|
): Promise<WebDAVClient> {
|
||||||
// Infomaniak CalDAV base URL (from Infomaniak sync assistant)
|
// Infomaniak CalDAV base URL (from Infomaniak sync assistant)
|
||||||
// The actual CalDAV endpoint is at /caldav path
|
const baseUrl = 'https://sync.infomaniak.com';
|
||||||
const baseUrl = 'https://sync.infomaniak.com/caldav';
|
|
||||||
|
|
||||||
const client = createClient(baseUrl, {
|
const client = createClient(baseUrl, {
|
||||||
username: email,
|
username: email,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user