Event
'01-07-2018' : [{content: 'Monthly And Yearly', repeat: 'MONTHLY', allDay: true, endDate: '02-07-2019'}],
not work MONTHLY (work as YEARLY). The event is shown only on January 1, 2018 and January 1, 2019.
When I put an event that goes over the next month:
'03-02-2018' : [{content : 'Graduation Exams', repeat: 'INTERVAL', allDay: true, endDate: '04-20-2018'}],
show the events in the first month March (03), but not in another April (04).
This events work good and as expected in 5.0.0 and 5.0.1 version.
Event
'01-07-2018' : [{content: 'Monthly And Yearly', repeat: 'MONTHLY', allDay: true, endDate: '02-07-2019'}],
not work MONTHLY (work as YEARLY). The event is shown only on January 1, 2018 and January 1, 2019.When I put an event that goes over the next month:
'03-02-2018' : [{content : 'Graduation Exams', repeat: 'INTERVAL', allDay: true, endDate: '04-20-2018'}],
show the events in the first month March (03), but not in another April (04).This events work good and as expected in 5.0.0 and 5.0.1 version.