- Main
- Dashboard
- Page layouts
- Layouts
- Color system
- Starter kit
- Changelog 1.2.1
- RTL version
- Forms
- Form components
- Wizards
- Editors
- Pickers
- Form layouts
- Appearance
- Components
- Content appearance
- Extra components
- Animations
- Icons
- Layout
- Sidebars
- Vertical navigation
- Horizontal navigation
- Navbars
- Menu levels
- Data visualization
- Echarts library
- D3 library
- Dimple library
- C3 library
- Google visualization
- Maps integration
- Extensions
- Extensions
- JQuery UI
- File uploaders
- Event calendars
- Internationalization
- Tables
- Basic tables
- Data tables
- Data tables extensions
- Handsontable
- Responsive options
- Page kits
- Task manager
- Invoicing
- User pages
- Login & registration
- Timelines
- Support
- Search
- Gallery
- Error pages
FullCalendar allows you to change the color of all events on the calendar using the eventColor
option. Also you can change text, border and background colors for events in a specific Event Source with event source
options (backgroundColor, color, textColor and borderColor) and for individual events with color
option, which sets an event's background and border color. Example below demonstrates event colors based on a day of the week.
Events that appear as background highlights can be achieved by setting an Event Object's rendering
property to background
. Background events that are timed will only be rendered on the time slots in agenda view. Background events that are all-day will only be rendered in month view or the all-day slots of agenda view. Also the spans of time not occupied by an event can be colored by setting the rendering
property to inverse-background
.