I was searching a better calendar so I found this example (http://paulthedutchman.nl/calendar_standalone/) based on Fullcalendar…When we could have a similar calendar app in SC ?
Re: Calendar
Hello,
It is a great calendar app. I have sent your suggestion to our development team.
regards,
Bernhard Bernsmann
Re: Calendar
I hope soon, but in the meantime could be simple for developer team of SC add to actual sc calendar app the following proposal of update ?
basic method : to manage the event color via classname and CSS.
in the fields list of calendar app (see the picture) we have ‘classname’ field mapped on db table field and into the fullcalendar.css file is enough to uncomment or add the following code , where myclass is our classname( i.e’ holidays’,‘busy’,etc…):
/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
border-style: solid;
border-color: #36c; /* default BORDER color (probably the same as background-color) /
background-color: #36c; / default BACKGROUND color /
color: #fff; / default TEXT color */
}
/* Use the 'className' CalEvent property and the following
* example CSS to change event color on a per-event basis:
*
* .myclass,
* .fc-agenda .myclass .fc-event-time,
* .myclass a {
* background-color: black;
* border-color: black;
* color: red;
* }
*/
what do you think about ? I think that is not a big update but very usefull for us…please do it…
Re: Calendar
Hello,
I have just sent your suggestion to our development team.
Be aware that you can make a few changes on the layout on Tools --> Theme.
regards,
Bernhard Bernsmann