Hi, using the shortcodes provided you can exclude webinars from the calendar as well, for example:
[gotowebinar-calendar timezone=”Australia/Brisbane” include=”Public” exclude=”Private” hide=”Public”]
Where would I mark the the webinar I want hidden as private?
The properties in the shortcode like exclude=”Private” are doing filters on the name of the webinar. So if you call your webinar “Private My Webinar” the property exclude=”Private” will hide this webinar from showing. This is why we also have the hide=”Public” property if you want to hide part of the title showing up as well that you may be doing a filter on.
Is is possible to have more than one calendar exclusion?
[gotowebinar-calendar exclude=”abc” exclude=”123” exclude=”456”]
Hi @dturk91,
Unfortunately not at this time. If I get more time I will work on this. If you are interested in this feature more immediately I can do it as custom development work so please email me. Thanks,
thank you for the quick reply. I found a workaround by using two asterisks at the end of the webinars that I did not want to include.
Yeah, that’s a heaps better way @dturk91. I always recommend putting your exclusion criteria in one phrase if possible. In some cases this may not always be possible so I will try and work on something more sophisticated.
@dturk91 In the next version of the plugin I will enable AND or OR conditions in the include and exclude parameter so you will be able to do things like:
[gotowebinar include=”PublicANDWebinar” exclude=”PrivateORTest” hide=”PublicANDWebinar”]