Bhavana Sahil Shenai
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  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:...