unionco / calendarize

Calendar Field Type for CraftCMS
MIT License
18 stars 15 forks source link

Day of Week recurring entry not working correctly #20

Closed rockit360 closed 5 years ago

rockit360 commented 5 years ago

I tried to set a recurring event that starts on 04/02/19. The event is supposed to recur on the first Tuesday of each month, however, the plugin reads 04/02/19 as the last Tuesday of the month and 04/09/19 as the first Tuesday of the month. It seems like this is caused by 5 Tuesdays in the same month.

fvaldes33 commented 5 years ago

@rockit360 - Seems to be a js issue because it seems to load right on initial load/refresh. Looking into this. Thanks!

fvaldes33 commented 5 years ago

@rockit360 Sorry for the delay. I just pushed up a commit that should fix this issue.

Commit 29f2643