awesomemotive / sugarcalendar-core

Sugar Calendar plugin for WordPress
https://wordpress.org/plugins/sugar-calendar-lite/
38 stars 14 forks source link

Recur: support Events with "no known end". #215

Closed JJJ closed 3 years ago

JJJ commented 3 years ago

This change ensures that the Recur class does not error when an Event duration time is unknown, or has no defined end time. In this instance, when the start equals the end, a 0 value duration_time is set. Previous logic would discard this Event as erroneous, which was itself erroneous.

See #214.