Workaround:
A little script solve the problem. In the ICS-file at HOME directory will the „BYMONTHDAY“ part deleted.
sed -r 's/INTERVAL=1;BYMONTHDAY=[0-9][0-9]?/INTERVAL=1/g' /
~/mycalendar.ics
Workaround:
A little script solve the problem. In the ICS-file at HOME directory will the „BYMONTHDAY“ part deleted.
sed -r 's/INTERVAL=1;BYMONTHDAY=[0-9][0-9]?/INTERVAL=1/g' /
~/mycalendar.ics