pimutils / todoman

✅ A simple, standards-based, cli todo (aka: task) manager.
https://todoman.readthedocs.io
ISC License
483 stars 78 forks source link

how do I create a new recurring task #423

Closed agaAdams closed 2 years ago

agaAdams commented 3 years ago

Hi everybody,

how do I create a new recurring task with todoman. I understand that I cannot edit the recurrence of an item with the edit dialogue. But how do I create a new item via command line with an recurrence?

Sorry if this has been answered in the docs, but I somehow can't figure this out.

Cheers

aga

WhyNotHugo commented 3 years ago

Creating recurring events is also not supported (although completing one will automatically create the next one in the series).

I usually create recurring events on my phone, and keep in sync via vdirsyncer. Another option is to manually copy the RRULE into the file, but that's really a big hack and prone to breakage.

Gonna leave this open, since this needs to be implemented at some point.

agaAdams commented 3 years ago

Ah, many thanks then for the clarification. The workaround via phone works obviously.

WhyNotHugo commented 2 years ago

This is a duplicate of #305