Title: Multisite WP using Central Calendar
Last modified: March 20, 2024

---

# Multisite WP using Central Calendar

 *  [izzaboo](https://wordpress.org/support/users/izzaboo/)
 * (@izzaboo)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/multisite-wp-using-central-calendar/)
 * Hi! Love the plugin and calendar features! I’m “superadmin” on a multisite instance
   of WP. I have a couple observations, one that’s a little bit of a problem.
    1. I’m seeing a lot of duplicates of events displayed in admin Events list (not
       public facing) including the ID column
    2. One user is listed as host on event in xyz.sitedomain.tld but that same event
       in pdq.sitedomain.tld is shown with a different user as host.
    3. When looking at Categories I see 1 Event in the Event column in the General 
       category row. When I click the number 1 I’m brought to an empty list of Events.(
       There should be zero events with General so I like the empty list, but why do
       I see a 1 in the Categories list?)
 * Has anyone else run into these things and come up with solutions?

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

 *  Thread Starter [izzaboo](https://wordpress.org/support/users/izzaboo/)
 * (@izzaboo)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/multisite-wp-using-central-calendar/#post-17515635)
 * It is also interesting the “Regions” are not carried from one sub-site to another
   using the Central Calendar.
 *  Thread Starter [izzaboo](https://wordpress.org/support/users/izzaboo/)
 * (@izzaboo)
 * [2 years ago](https://wordpress.org/support/topic/multisite-wp-using-central-calendar/#post-17694989)
 * Has anybody else seen the duplicate events when using the central calendar on
   multisite installation? It is really weird and I’m not sure if it because I’m
   doing something wrong.
 *  Plugin Author [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * (@joedolson)
 * [2 years ago](https://wordpress.org/support/topic/multisite-wp-using-central-calendar/#post-17705837)
 * I’m not sure what you mean exactly when you say duplicate events in the admin;
   do you literally mean more than one event with the same ID? That seems pretty
   strange, and I’m not sure how it would happen.
 * Regarding the other issues, I know that I’ve made some fixes to event counting
   in the next major version; but I don’t recall whether any of them were multisite
   related. Which multisite settings are you using?
 *  Thread Starter [izzaboo](https://wordpress.org/support/users/izzaboo/)
 * (@izzaboo)
 * [2 years ago](https://wordpress.org/support/topic/multisite-wp-using-central-calendar/#post-17729700)
 * The ID thing was quite odd. But the events would **not** be unique events sharing
   a common ID. They appeared to be the same event, but being displayed/listed multiple
   times. It didn’t seem like they were merely entries in a repeating event. Of 
   course I’ve turned off the central calendar for the sub-sites now. I can’t get
   a screenshot of it. Once the subsite users get more adept at learning how to 
   use the calendar I’ll attempt it again.
 * Multisite settings…which ones would help? I’m using subdomains. In wp-config 
   I have these settings.
 *     ```wp-block-code
       define( 'WP_ALLOW_MULTISITE', true );
   
       define( 'MULTISITE', true );
       define( 'SUBDOMAIN_INSTALL', true );
       define( 'DOMAIN_CURRENT_SITE', 'sitedomain.tld' );
       define( 'PATH_CURRENT_SITE', '/' );
       define( 'SITE_ID_CURRENT_SITE', 1 );
       define( 'BLOG_ID_CURRENT_SITE', 1 );
   
       define('COOKIE_DOMAIN', '');
       ```
   
 *  Plugin Author [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * (@joedolson)
 * [2 years ago](https://wordpress.org/support/topic/multisite-wp-using-central-calendar/#post-17733909)
 * The multisite settings are a settings tab inside the My Calendar Admin; you can
   configure how events are saved there.
 * The 2nd issue is probably a query issue; some query not being sent to the right
   site. I’ll see if I can find it.
 * The 3rd issue I’m not sure of; I’ll look at those counting queries and see if
   there’s something off. They are cached, so it could be a cache issue, as well.

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

The topic ‘Multisite WP using Central Calendar’ is closed to new replies.

 * ![](https://ps.w.org/my-calendar/assets/icon-256x256.png?rev=1097576)
 * [My Calendar - Accessible Event Manager](https://wordpress.org/plugins/my-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/my-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/my-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/my-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/my-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/my-calendar/reviews/)

## Tags

 * [admin](https://wordpress.org/support/topic-tag/admin/)
 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * 5 replies
 * 2 participants
 * Last reply from: [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/multisite-wp-using-central-calendar/#post-17733909)
 * Status: not resolved