1
0
Fork 0

Modify recurring Events

This commit is contained in:
Malte Brandy 2018-06-10 01:08:34 +02:00
parent 587b98236f
commit 7cada0910c
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -73,14 +73,13 @@ pub fn update_tasks(cache: &mut TaskCache) -> Result<()> {
"Sortiere Inbox",
"Sortiere Inbox Auslandskoordination",
"Sortiere Inbox Kiva",
"Update nixos apollo",
"Update home hephaistos",
"Klavier üben",
"Tasks der Woche kontrollieren"
]),
daily(),
)?;
cache.reactivate(
simple_tasks(vec!["Verbuche Kontoauszüge"]),
simple_tasks(vec!["Kontrolliere +optional","Verbuche Kontoauszüge"]),
monthly(),
)?;
cache.reactivate(
@ -91,11 +90,15 @@ pub fn update_tasks(cache: &mut TaskCache) -> Result<()> {
"Sortiere Archiv Kiva",
"Sortiere Archiv Auslandskoordination",
"Kontrolliere +later",
"Kontrolliere +optional",
"Kontrolliere +await",
"Block leeren und wegsortieren",
"Leere Kiva Fächer",
"Inbox zu Hause wegsortieren",
"Cryptpads sichern",
"Update nixos apollo",
"Update home hephaistos",
"Tasks des Monats kontrollieren"
]),
weekly(),
)?;