andrewbrereton / obsidian-to-ical-plugin

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
56 stars 10 forks source link

I ran the plugin once but now it doesnt recognise the existing ics file #82

Open natarslan opened 4 months ago

natarslan commented 4 months ago

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:

[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?