Open pkpathak007 opened 3 years ago
@pkpathak007 It seems you set the startTime and endTime to the same value. If you set allDay to true, the endTime needs to be at least one day after startTime. You could check README for the event source format. Also you don't need to call loadEvents each time you push an element in the for loop. You could move it out of for loop. Once you fill the eventSource in the for loop, then call loadEvents method.
Hi Everyone, I'm new to Ionic. I used ionic 2-calendar to show datewise data count show on the calendar, but I'm not able to work because I put data count by using eventSource, this does not work. below I show my code.
/=================== HTML Code ==================/
/=================== TS File Code ==================/
/======================== Output Wants ===================/
Please Help