-
|
I'm trying to use a local Is there another way to use a local ICS file, without running an HTTP server? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
I don't know if Obsidian allows plugins access to files outside of the vault. For this the offline use case, I implemented vdir as I mentioned at #166 (comment) and haven't looked at directly parsing ics files. I'll see if local ICS file is possible (#169) Do you think it'd still work ok if the ICS file has to be in the vault (a symlink'd folder is likely how I'd do it on my setup) |
Beta Was this translation helpful? Give feedback.

@nhoizey I was most of the way through implementing this before realizing that the
vdirsupport should pretty much work. Can you test:mycalendar)mycalendaras a vdir in the ICS settings. The plugin settings tab will see it because it'll contain a file with anicsextension.That works for me. If it works for you, I could either add instructions and/or update the settings dialog to make this more obvious.