Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: treat tasks with STATUS:COMPLETED as completed #2429

Merged
merged 2 commits into from
Jan 1, 2024

Conversation

raimund-schluessler
Copy link
Member

This PR changes how a task is identified as completed. If one interprets RFC5545 very strictly, the COMPLETED property needs to be present in order for a task to be completed. However, e.g. Homeassistant seems to only set STATUS to COMPLETED and misses setting COMPLETED:20240101T100142Z as well. We now treat tasks with STATUS:COMPLETED as completed, similar to how we treat tasks with STATUS:CANCELLED.

However, this is only an adjustment here. E.g. Nextcloud server only handles tasks with COMPLETED property as completed. But as this is an edge case, I think we can live with the different interpretation. Nonetheless, this should be fixed in Homeassistant!

Closes #2428.

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
@raimund-schluessler raimund-schluessler added this to the 0.16.0 milestone Jan 1, 2024
@raimund-schluessler raimund-schluessler marked this pull request as ready for review January 1, 2024 11:05
@raimund-schluessler raimund-schluessler merged commit 1745e48 into master Jan 1, 2024
22 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix/2428/missing-completed-prop branch January 1, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tasks set in status "COMPLETED" by other means still appears uncompleted until Completion % set to 100
1 participant