You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a folder folder with each subfolder subfolder1, subfolder2,... representing one calendar and each subfolder containing the events as separate ics files.
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.
The text was updated successfully, but these errors were encountered: