Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 927 Bytes

File metadata and controls

34 lines (25 loc) · 927 Bytes

View:legend

The purpose of this view is to show a legend of all calendars specified in the configuration to display. The legend is typically used on a large calendar view to denote different calendars being used. For example, you might have a Google calendar for work and another for home. The legend will allow you or a guest to quickly differentiate events on your calendar from home or work. This makes more sense when you add colors in a custom CSS file or add a class name to the calendar. The legend is a quick reference to see what colors or icons match to the calendar.

Configuration Reference

{
  name: "Legend",
    title: "Legend",
    mode: "legend",
    calendars: ["Garmin", "Work", "Home"],
    position: "top_left"
},

Example

Legend

legend

Legend with Calendar

Full Legend Calendar Example