• Within the grouped calendar, it would be extremely useful to be able to show the calendar name along with the event name. Maybe something like “Event Name Xyz (Calendar Name Goes Here)”. At minimum, including in the qtip alert would be really useful. All of the calendars I have included in my grouped view are from the same google account, so there is no real way for a user to tell which events belong to which calendars.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Since each calendar has an ID that you can get then maybe it’s possible to add some CSS to style the events with additional text based on the calendar ID.

    CSS using before and after should work.

    calendar_id::before{
       content: "Calendar label of your choice";
    }
    mpbaweb

    (@mpbaweb)

    Please can you elaborate on this. Where does this css go and can you provide and example e.g.
    calendar_id[where do you actually put the id?]::before{
    content: “Calendar label of your choice”;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feature request: Option to include calendar name in event on grouped events’ is closed to new replies.