This is a plugin for Obsidian that searches your vault for tasks that contain dates, and generates a calendar in iCal format that can be imported into your preferred calendar application.
MIT License
61
stars
15
forks
source link
I ran the plugin once but now it doesnt recognise the existing ics file #82
Yesterday I successfully created the .ics file in obsidian and synced it with my android calendar through nextcloud. But today the plugin gives the following error:
[info][ical] Skip saving calendar to Gist
plugin:ical:284 [info][ical] Saving calendar to file...
plugin:ical:284 [info][ical] File does not exist: creating -> But the file does exists
app.js:1 Uncaught (in promise) Error: File already exists.
Am I defining the path in the correct way? Does anyone know whats causing the issue?
I cant run the plugin.
Here are the steps I took:
Yesterday I successfully created the .ics file in obsidian and synced it with my android calendar through nextcloud. But today the plugin gives the following error:
Am I defining the path in the correct way? Does anyone know whats causing the issue?