mattlewis92 / angular-calendar

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
https://mattlewis-github.com/angular-calendar/
MIT License
2.71k stars 863 forks source link

Problem with refresh events #1649

Closed borkoArsovic closed 1 year ago

borkoArsovic commented 1 year ago

Hello people,

When I have a monthly view of the calendar, I need the start date and end date data. I get that data from the beforeMonthViewRender(renderEvent: CalendarMonthViewBeforeRenderEvent) method, using renderEvent.period.start and renderEvent.period.end. But when I get some results from the backend and when I want to create an event based on that data, I run into an infinite loop.

I use version for angular 14.

matts-bot[bot] commented 1 year ago

This issue has been closed automatically as it did not follow the issue template, please open a new issue that follows the bug report or feature request template.

Thank you! ✌️