Sync with ical #5
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: iamthefij/markdone#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are already some good Python modules for writing ical files and vdirsyncer can be used to sync that back to a CalDAV server, if desired.
Having a script that could extract all tasks from a directory and sync them and their statuses with an ical directory would be great!
To avoid duplicates, it might require a slight extension of the format to include the ical UID along with the task. Possible example:
The Python module for parsing/rendering could provide this in a field and exclude values matching
\[UID:[0-9a-z-]+\][ ]*$
from the rendered body.Maybe even something that exists:
{@id=123}