anufrievroman / calcure

Modern TUI calendar and task manager with minimal and customizable UI.
https://anufrievroman.gitbook.io/calcure
MIT License
1.55k stars 44 forks source link

Skip non-ICS files when loading from a directory #57

Closed thezeroalpha closed 1 year ago

thezeroalpha commented 1 year ago

Directories containing ICS files may also contain metadata files. For example, vdirsyncer used with the Vdir format creates files such as color and displayname, in the same directory as all other ICS files (see documentation). However, metadata files should be handled separately, and should not be loaded as ICS files.

anufrievroman commented 1 year ago

Thank you!