pimutils / pimutils/vdirsyncer
COUNT in RRULE must be a positive integer
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 185
- Avg merge
- 11h 49m
- Merged PRs (30d)
- 1
Description
Current version, syncing 2 CalDAV calendars (Nextcloud + SOgo)
I setup a recurring event which repeats forever, yearly, every 4th Saturday of April
This event syncs properly.
If I edit it in Mac Calendar.app (macOS) and do whatever, it seems the event is adjusted to include COUNT=0.
vdirsyncer then will throw an internal error:
COUNT in RRULE must be a positive integer
COUNT=0 should be allowed though for endless events
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no file or test. Start by reproducing the CalDAV synchronization with an RRULE containing COUNT=0 and trace where vdirsyncer reports the internal error; done means COUNT=0 is accepted as an endless recurrence and the affected calendar sync completes without that error, with a regression test covering the case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100