sanjeev07

Results 4 comments of sanjeev07

Hello! any update on this issue . any idea how to make this work using manifest version 3 ?

make a array of object like `events = [{title: 'All Day Event',start: '2017-05-01'},{title: 'Long Event',start: '2017-05-07',end: '2017-05-10'}.....]` then pass the same array to react calendar component through events props like...

make sure when ever your events changes it should re-render the component again with the updated events . it should work .

Hello! this is not working with manifest version 3 . any idea how to make this work using manifest version 3 ?