• Love this plugin! It does what it’s supposed to (import Google Calendars) without any fuss. But can you add color assignments into each XML feed import?

    For example, under Calendar 1, XML feed #1 can be assigned red, XML feed #2 can be blue, etc etc. Or better yet, allow the user to select their own HEX color for each XML feed.

    http://ww.wp.xz.cn/plugins/full-calendar-js/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Cerzky

    (@cerzky)

    I intend to keep the options to a bare minimum. This is because if it is done through a multi-site for an organization then there should be limitations on the customized colors. The entire site should look consistent as far as color schemes.

    Have you tried to change the color of the calendar in Google before copying the XML feed? I assume this would changed the color of the text. I have not tested this yet. Just a thought.

    Thanks.

    Plugin Author Cerzky

    (@cerzky)

    Cornmonkey,

    Add this line of code to the plugin code where you see Events: and the options.
    eventColor: '#378006',

    ` },
    month: true,
    week: true,
    day: true,
    agenda: true,
    basic: true,
    eventColor: ‘#378006’
    //showAgendaButton: true
    });`

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Assign colors?’ is closed to new replies.