twinssbc / Ionic2-Calendar

A calendar component based on Ionic framework
https://ionic-calendar-demo.stackblitz.io
MIT License
387 stars 197 forks source link

Extend Ionic2-Calender to display recurring events. #682

Open petervarkoly opened 3 days ago

petervarkoly commented 3 days ago

moment-recur-ts is used to calculate the recurring events. The IEvent model has been extended by 3 attributes:

A new function getEventOccurences has been introduced in CalendarServices. This returns all occurrences of an event in the period between utcStartTime and utcEndTime

The onDataLoaded function has been adapted in dayview weekview and monthview so that they use the getEventOccurences function.