Home › Forums › Calendar Products › Events Calendar PRO › Show all (or certain) events publicly as Busy
- This topic has 3 replies, 2 voices, and was last updated 8 years ago by
Steve.
-
AuthorPosts
-
August 30, 2018 at 4:38 pm #1610229
Steve
ParticipantWe are trying to use ECP to show a list of availabilities by showing when we are booked/busy with other events. We don’t want the event titles to be public, merely placeholders that say “Booked” or Busy or something like that. This is a feature of Google Calendar when showing publicly so I was curious if this is possible to do with ECP, and if so you could point me in the right direction for how to implement this. Thanks!
September 3, 2018 at 12:17 pm #1612445Andras
KeymasterHey Steve,
That is a great question there.
There is no built-in busy/public feature in our plugins, but it could be done with some custom development and template override.
For template overrides check out our Themer’s Guide – https://theeventscalendar.com/knowledgebase/themers-guide/
For the month view I would create an override for this file:
wp-content/plugins/the-events-calendar/src/views/month/single-event.php
For signaling busy/free you could either use a custom field or a category.
Then, in the above file (in the template override) you can do a check if the event has the specific custom field and value or if it is in the specific category and based on that either display the event title or just “Busy”.
You can create template overrides for the other views as well, if needed.
Does this help you get started?
Andras
September 4, 2018 at 4:21 pm #1613679Steve
ParticipantThat’s helps a great deal, thank you!
September 5, 2018 at 2:38 am #1613923Andras
KeymasterYou’re very welcome Steve!
Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.
Cheers,
AndrasPS: We’d be grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Thanks!
PS2: If you like our plugins, and you didn’t yet do so 🙂 we would also be happy to receive a review in the wordpress.org repository. Much appreciated!
https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
https://wordpress.org/support/view/plugin-reviews/event-tickets/ -
AuthorPosts
- The topic ‘Show all (or certain) events publicly as Busy’ is closed to new replies.
