Commit 686e92d
committed
oxcical: fix wrong BYMONTH calculation for ical-exported MONTHNTH recurrences
There appears to be a missing call to `ical_get_itime_from_yearday`.
The RRULE line for a yearly recurrence "every 1st Sunday in May"
produced:
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=SU;BYSETPOS=1;BYMONTH=172800
Fixes: gromox-0~666
References: GXH-1491 parent 936751f commit 686e92d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2978 | 2978 | | |
2979 | 2979 | | |
2980 | 2980 | | |
2981 | | - | |
| 2981 | + | |
| 2982 | + | |
2982 | 2983 | | |
2983 | 2984 | | |
2984 | 2985 | | |
| |||
0 commit comments