• I have a calender with 3 calender feeds/urls, as for most users the first one is most relevant and sufficient, I would like to have the first one active and the two other inactive per default. Only active if the user toggles it.

    Is there this kind of functionality / how could it be done ?

Viewing 1 replies (of 1 total)
  • Plugin Author room34

    (@room34)

    Right now this isn’t possible, although I’m considering adding a feature that would allow for selecting which feeds are active by default. In the meantime this could probably be done with a bit of custom JavaScript, using the plugin’s custom jQuery events:

    https://icscalendar.com/developer/#jquery

    You’d need a function that unchecks all of the checkboxes in the “legend” other than the first one. You’d want to use the r34ics_init_end event for this, since ICS Calendar does some of its own manipulation of those checkboxes just before that event fires off.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable calender feed per default’ is closed to new replies.