Reply to: I’m having trouble displaying events from Events and Meetings (event_type and event_type_2) in a single calendar on my page using shortcode

In your case changing that would certainly do what you want. But we have more than 37k users who use this with AND basis. But you have open a new door to the need for a OR feature as well. So we will be looking into future options that allow OR selector as well 🙂

But for your case, feel free to change it to OR. and I am pretty certain that will do the trick 🙂

Reply to: How to find out if there are events for event_type_2?

I have a code with a cycle, and there is such a output of the calendar

<?php
if ( get_post_meta($post->ID, ‘event_type2_id’, true) ) :
$event_type2_id = get_post_meta($post->ID, ‘event_type2_id’, true);

$sortcode_event = “[add_eventon_list number_of_months = “12” hide_empty_months = “yes” hide_end_time = “yes” event_type_2 = “$event_type2_id”]”;
echo do_shortcode($sortcode_event);

endif; ?>

And if there are events, I want to output additional text.
Could you tell me how I can check if there are events at event_type2

Reply to: I have 2 issues w/ syncing a google calendar: 1) deleted events not deleting on website 2) event titles not updating

Hi. Sorry for the delay (I was on vacation for a week).

The google calendar we are linked to is:

https://calendar.google.com/calendar/embed?src=sqeaencctvolvqcennao8p5hgs%40group.calendar.google.com&ctz=Europe%2FBerlin

Right now only 5 events are showing up on the site! of the 250 or so event on the calendar…so it is hard to give you a specific example for my first two questions. If we can get all the events to import first, then I will be better able to check if they are deleting and updating properly.

thanks,

sarrita