fullcalendar / fullcalendar-angular

The official Angular component for FullCalendar
https://fullcalendar.io/docs/angular
MIT License
1.08k stars 177 forks source link

Add button inside day cell and prevent dateClick when exists event #343

Closed tomimelo closed 4 years ago

tomimelo commented 4 years ago

Im looking for a way to add a button inside future days cells, like a plus button to add new event. I tried with no success with dayCellContent and dayCellDidMount. I use the dateClick handler to add events to that specific day but I want a button to be more intuitive. I also want to prevent dateClick if its already an event on that day. Has anyone been able to do it or something similar?

acerix commented 4 years ago

Please refer to the support page and use Stack Overflow for help. If this is a bug, please supply a runnable, stripped-down demonstration.