Things I have tried
Please continue below this line: →
- Following the directions for importing on this link: Remote calendar from private iCloud or any CalDAV source - Obsidian Full Calendar
- setting an app specific password on iCloud
- Restarting Obsidian
In the console, I get
"
Error importing calendars from https://caldav.icloud.com
eval @ plugin:obsidian-full-calendar:57113
"
And
"
Error: Request failed, status 401
at new t (app.js:1:710073)
at Aw (app.js:1:710265)
at app.js:1:710942
at app.js:1:235505
at Object.next (app.js:1:235610)
at a (app.js:1:234349)
eval @ plugin:obsidian-full-calendar:57114
"
Here is the source code
} catch (e3) {
console.error(`Error importing calendars from ${this.info.url}`);
console.error(e3);
return new FCError(`There was an error loading a calendar. Check the console for full details.`);
}
});
}
I’m hoping to link my calendars so that I can edit events on Obsidian and the events will automatically sync with my apple calendar.