| Summary | Thunderbird "all workday" events become "daily" events |
| Queue | Horde Framework Packages |
| Type | Bug |
| State | Resolved |
| Priority | 3. High |
| Owners | jan (at) horde (dot) org, mrubinsk (at) horde (dot) org, ralf.lang (at) ralf-lang (dot) de |
| Requester | ralf.lang (at) ralf-lang (dot) de |
| Created | 03/03/2021 (1711 days ago) |
| Due | |
| Updated | 03/24/2022 (1325 days ago) |
| Assigned | 03/03/2021 (1711 days ago) |
| Resolved | 03/24/2022 (1325 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
Assigned to Michael Rubinsky
Priority ⇒ 3. High
Patch ⇒ Yes
Milestone ⇒
Assigned to Ralf Lang
Queue ⇒ Horde Framework Packages
Summary ⇒ Thunderbird "all workday" events become "daily" events
Type ⇒ Bug
State ⇒ Assigned
Thunderbird produces new events "all weekdays"
RRULE:FREQ=DAILY;UNTIL=20210331T041500Z;BYDAY=MO,TU,WE,TH,FR
But the server understands:
RRULE:FREQ=DAILY;UNTIL=20210331T041500Z
If the rule is originally created by Horde, this will never happen.
The event must be originally created by thunderbird and imported via
kronolith/davPutObject
It spins down to
Horde_Date_Recurrence::fromRRULE20()
The event is correctly parsed into FREQ:DAILY but the BYDAY clause is
ignored and dropped.
I will prepare a patch that fixes this.