feat: Converted vcalendar todo events to taskwarrior tasks

This commit is contained in:
Aerex
2020-05-12 23:56:22 -05:00
parent 45ea34da94
commit 40b66fb38b
13 changed files with 198 additions and 114 deletions

View File

@@ -8,5 +8,4 @@ interface IStorage {
public function save(Calendar $c);
public function refresh();
public function getConfig();
public function setRawConfigs($rawConfigs);
}