Bhavana Sahil Shenai

Results 3 comments of Bhavana Sahil Shenai

this is what i did and it worked. Hope this helps. https://github.com/Bhavana1622/ionic2-calendar-event

I think this is what is happening ![image](https://user-images.githubusercontent.com/25843455/31083585-ad8ffc4e-a7af-11e7-9945-2126205d72ec.png) If you are using the example i posted above, its because you have 1 type of events in your array. Dates without...

@scortex84 //In ts file var events=[]; if(*some conditions*){ events.push({ title: 'Some Title', startTime: startTime, endTime: endTime, eventColor: 'red' }); } else{ events.push({ title: 'Some Title2', startTime: startTime, endTime: endTime, eventColor:...