-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Feature requestNew feature or requestNew feature or request
Description
I have a folder folder
with each subfolder subfolder1
, subfolder2
,... representing one calendar and each subfolder containing the events as separate ics files.
Right now I have to do
ics_task_files = calendars/subfolder1,calendars/subfolder2,...
but it would be super useful if a glob patterns such as
ics_task_files = calendars/*
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.
sand4rt
Metadata
Metadata
Assignees
Labels
Feature requestNew feature or requestNew feature or request