Hola,
Hay alguna manera de asignar un color de fondo por categoría, es decir, el color que coge por categoría en el borde izquierdo e inferior se le podría asignar automáticamente al fondo de ese evento?
Muchas gracias			
			 
			
<div class="eventfull">
	<div class="eventstyle"
	     style="border-left-color:{{Event background color:COLOUR}};border-bottom-color:{{Event background color:COLOUR}};">
		<span class="editlinktip hasjevtip" title="{{Tooltip title:TOOLTIPTITLE}}"
		      data-content="{{Tooltip content:TOOLTIPCONTENT}}">
			<a class="cal_titlelink" href="/{{Link:LINK}}">{{Event Time:EVTTIME}} {{Title:TITLE}}</a>
		</span>
	</div>
</div>
<div class="eventfull">
	<div class="eventstyle"
	     style="border-left-color:{{Event background color:COLOUR}};border-bottom-color:{{Event background color:COLOUR}};">
		<span class="editlinktip hasjevtip" title="{{Tooltip title:TOOLTIPTITLE}}"
		      data-content="{{Tooltip content:TOOLTIPCONTENT}}">
			<a class="cal_titlelink" style="background-color: {{Color de fondo de evento:COLOUR}}" href="/{{Link:LINK}}">{{Event Time:EVTTIME}} {{Title:TITLE}}</a>
		</span>
	</div>
</div>
div.eventfull div{
    padding: 0;
}
.cal_titlelink{
    margin: 0!important;
}