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

Norik's avatar
Level 5

Calendar - Scheduler

Hi Jeff, thanks for the awesome job here on Laracast.

It would be nice if you created some kind of series related to creating some kind of Calendar - picker where you can create tasks or activities for a particular hours, days within the calendar.

Thanks a lot.

0 likes
6 replies
JohnBraun's avatar

Is there somthing in particular that you need some help with?

Norik's avatar
Level 5

Hi John, thanks for your response.

I am thinking to create some kind of reservation system for my university project. I was thinking that the best way would be to get some vue ready to use component from github like https://github.com/ClickerMonkey/dayspan-vuetify but then I found out that it is really hard to customise for my needs.

If you had some recommendation I would be really grateful.

JohnBraun's avatar

Are you building a system in which a user can book predefined slots or do you need something like Google Calendar?

1 like
Norik's avatar
Level 5

Yes, something like google calendar where I would be able to book slots store them in a database and potentially use this data for sending notification via mail or sms. The problem is that if I pull the component using npm install to my js dependency list I am not able to tweak the component as I would like to. I was thinking to create another micro-service which would be that particular calendar project, and change the code for my requirements. But that's not really what i want. Because I would like to try it easy and simple, for now.

Norik's avatar
Level 5

Thanks a lot John. That's really helpful.

Please or to participate in this conversation.