You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function runs for every event that is being rendered. I need this hook to make sure fullcalendar doesn't render repeating events that have an end date. However it is missing in the current implementation.
Are there any plans to add it, or can I open a pull request?
The text was updated successfully, but these errors were encountered:
thejewdude
changed the title
Schedule: Missing eventRender hook
[Request] Schedule: Missing eventRender hook
Aug 24, 2016
thejewdude
changed the title
[Request] Schedule: Missing eventRender hook
[Request] Schedule: add missing eventRender hook
Aug 24, 2016
fullcalendar provides a hook to call a function while an event is being rendered.
http://fullcalendar.io/docs/event_rendering/eventRender/
This function runs for every event that is being rendered. I need this hook to make sure fullcalendar doesn't render repeating events that have an end date. However it is missing in the current implementation.
Are there any plans to add it, or can I open a pull request?
The text was updated successfully, but these errors were encountered: