laravel-fullcalendar icon indicating copy to clipboard operation
laravel-fullcalendar copied to clipboard

Change background color for specific event.

Open jaysoniscale opened this issue 7 years ago • 2 comments
trafficstars

Is it possible to change the background color for specific event like this one.

image

It was from here http://larabooking.herokuapp.com

Client Login:

Email: [email protected] Password: client

Company Admin Login:

Email: [email protected] Password: admin

jaysoniscale avatar Sep 27 '18 08:09 jaysoniscale

There is many ways to do this, you can conditionaly while using if($event->type ==...) {$color =

Or in db create a view with if else generating color row and then use it like 'color' => $event->color

fnoual avatar Oct 18 '18 13:10 fnoual

You can use the array of options when you create the event. I discovered it thanks to this: link

RenaskigiFire avatar Apr 18 '19 09:04 RenaskigiFire