Open LnLcFlx opened 1 month ago
I think it's quite possible to make it.
Note to myself (or whoever would like to work on it): it can be implemented like that: in loaders.py
around line 307, there should be a check for *
and then if true, the os.walk
should also walk through all directories in that path or something like that.
I have a folder
folder
with each subfoldersubfolder1
,subfolder2
,... representing one calendar and each subfolder containing the events as separate ics files.Right now I have to do
but it would be super useful if a glob patterns such as
would expand to the above syntax. This is especially the case if you have many calendars or the calendars/subfolders change very often on disk.