lbertenasco / ap-ng2-fullcalendar

Angular2 fullcalendar component
MIT License
35 stars 18 forks source link

i would like call events by calendar viewDate (start-30-05-2017,end-10-06-2017) i.e how to get calendar view start and end dates @angular2-fullcalendar #12

Closed vijj closed 7 years ago

vijj commented 7 years ago

calendar

vijj commented 7 years ago

// i would like to send dynamical start end based on calendarview this.commonService.get('health/appointment/index?end=2020-04-21&start=2017-01-01').subscribe( res => { this.app=res; })

lbertenasco commented 7 years ago

Hi @vijj you can hook into fullcalendar's viewRender function.