Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@rafalkrupinski
Copy link

  • Fix error message on both DUE and DURATION present
  • Delete checking for DUE in Todo.as_rrule()
  • Remove test cases that check for missing DTSTART with DTSTART present

Since DUE is exclusive with DURATION, by making DUE optional, this...

Fixes #534

@rafalkrupinski
Copy link
Author

Also found that even tho DTSTART is required with RRULE, it's only checked in as_rrule(), probably to support partially valid objects in store.edit :/

}
),
(
{
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add tests for how these cases do behave w.r.t. recurring TODO? You mentioned duration having an effect here, though not sure that happens as of this PR yet. Any other tests for duration that need to be added or is existing coverage good?

Thank you for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't create reccurring Todo with duration

2 participants