Thanks for this awesome CLI tool! Was looking for something like this for a while.
As the title says, it's currently impossible to create a task in a directory that doesn't contain a file with an *.ics extension (or any other extension configured).
This method https://github.com/kkga/tdx/blob/main/vdir/vdir.go#L131-L139 seems to prevent it. Do we need to check the existence of a file?
Thanks for this awesome CLI tool! Was looking for something like this for a while.
As the title says, it's currently impossible to create a task in a directory that doesn't contain a file with an
*.icsextension (or any other extension configured).This method https://github.com/kkga/tdx/blob/main/vdir/vdir.go#L131-L139 seems to prevent it. Do we need to check the existence of a file?