Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

sayedulsayem's avatar

Add an task in a calendar by clicking a calendar date

I want to make a calendar like a google calendar. I also want to add some option like a user clicks on a date or range of some date and add task here.

I found a solution with related my requirement. here is the link.

https://quickadminpanel.com/blog/tasks-calendar-with-laravel-fullcalendar-quickadminpanel/

but it this link, the task should be added by a form. I want to add task by clicking a date. that means this task form will open after clicking the date. is there anyone to help me.

0 likes
4 replies
jlrdw's avatar

In controller call the route that opens the form.

sayedulsayem's avatar

@JLRDW - I don't want to create a different route for adding the task. I want a pop-up window will be shown for adding the task.

Please or to participate in this conversation.