plone / mockup

A collection of client side patterns for faster and easier web development
http://plone.github.io/mockup/
BSD 3-Clause "New" or "Revised" License
46 stars 91 forks source link

Fix comparisons between different dates formats #1380

Closed laulaz closed 2 months ago

laulaz commented 2 months ago

This refs #1379

petschki commented 2 months ago

Took a closer look and now I understand: The added dates aren't checked against an RRULE but only for already added custom RDATE entries. This is ok for me because its too much overhead to check the custom date in the backend if it already exists in the RRULE. This would be much easier if we switch to a JS rrule library to check the custom dates there ... see #1210 ... but for now I'll merge. @laulaz could you backport this also to branch 5.1.x please?