WP Manifestindependent plugin directory
manifest / updates / tec-labs-wpai-add-on

The Events Calendar Extension: WP All Import Add-On

WP All Import add-on for The Events Calendar

by The Events Calendar · github.com/mt-support/tec-labs-wpai-add-on · website

0stars
1.6krelease downloads
≈540active sites
1forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/mt-support/tec-labs-wpai-add-on/releases/download/1.2.0/tec-labs-wpai-add-on-1.2.0.zip

Declares an update source (https://github.com/mt-support/tec-labs-wpai-add-on), so updates arrive through the plugin's own updater.

Readme

WP All Import Add-On for The Events Calendar

This extension is needed to successfully migrate The Events Calendar and/or Event Tickets data from one WordPress site to another. It is the glue between The Events Calendar/Event Tickets and WP All Import Pro (premium).

⚠️ Note: the extension is primarily intended to help migrate data from The Events Calendar to another The Events Calendar 6.0+ using the new data storage system (after data migration). Importing from other sources may be possible with additional setup and tweaks, please note however, that is beyond the official scope of this extension and support.


1. Compatibility

Currently, this add-on supports the following calendar and ticket data to be migrated:

  • Venues
  • Organizers
  • Single events, including all-day and multi-day events
  • Recurring Events (from version 1.2.0)
  • Event Series (from version 1.2.0)
  • RSVPs and Attendees
  • Tickets Commerce Tickets, Orders, and Attendees

The add-on currently DOES NOT support the following data types:

  • Event Tickets Plus/WooCommerce tickets, orders, and attendees

Adding support for these is on our roadmap.


2. Requirements

  • The Events Calendar – for event-related data
  • Events Calendar Pro 7.6.1 or later – for recurring events and event series
  • Event Tickets – for ticket and attendee-related data
  • WP All Export (free works, Pro is recommended) on the source site where you are migrating events from.
  • WP All Import Pro (premium) on the destination site to which you are migrating events.
  • WP All Import Add-On (this extension) on the destination site to which you are migrating events.

3. Preamble

The migration process is fairly simple: the data needs to be exported from one site and imported into the other site. This has to be done for every post type you would like to migrate separately. It is as easy as it sounds. Still, there are a few details to pay attention to to make sure the migration is successful.

It is recommended that you clean up event data on the source site, so that you only migrate data that is needed to avoid bloating your database.

Consider cleaning up event data on the destination site as well to start with a clean slate. Without that, you might get unexpected results, including some data getting deleted.

It is always a good idea to create a database backup of the destination site before starting the migration. To prevent any surprises, it is even better to test the migration on a staging site first, which should be an exact copy of the live destination site. The Events Calendar is not responsible for any data loss.

3.1. "Lock" the site

When you start exporting the data from the source site, make sure that you "lock" the data so that there are no more changes when you are midway through the export. Otherwise, the data can be corrupted after migration.

3.2. The order of importing data

The different post types of The Events Calendar and Event Tickets plugins are linked together in a certain way. This is why it's really important that the different post types are imported in a specific order. Otherwise, they cannot be re-linked during the import, and the migration will not be successful.

Here is the order in which the post types have to be imported. If you are not migrating a certain post type, you can skip that.

Data Type Post Type
Venues tribe_venue
Organizers tribe_organizer
Events tribe_events
Series tribe_event_series
RSVP "Tickets" tribe_rsvp_tickets
RSVP Attendees tribe_rsvp_attendees
Tickets Commerce Tickets tec_tc_ticket
Tickets Commerce Orders tec_tc_order
Tickets Commerce Attendees tec_tc_attendee

4. The Migration Process

4.1. Exporting the data

We are going to assume that The Events Calendar and WP All Export (free or Pro) are installed and activated on the source site. For exporting Series, Events Calendar Pro is needed as well.

  1. On the WordPress dashboard, head over to WP Export > New Export.

  2. Choose "Specific Post Type" and, from the dropdown, select the post type you want to export. image 01Screenshot: Steps 1 and 2 of the export process. Go to WP Export > New Export and select the post type

  3. After choosing the post type, you will see a notification showing how many will be exported.

If you have WP All Export Pro, then continue with the Pro steps below (section 4.1.1). If you only have the free version, skip to 4.1.2 Exporting with WP All Export Free.

Important! Migrating the Series post type requires some manual steps, so you need to follow the steps of the free version even if you have Pro.

4.1.1. Exporting with WP All Export Pro

WP All Export Pro does most of the heavy lifting for you, automatically adding all necessary data to the export file.

  1. With WP All Export Pro installed, you can add further filtering options to export only posts with specific properties.

  2. Click on the blue Migrate button to proceed to the last step before the export. image 02Screenshot: Steps 3 to 5 of the export process with WP All Export Pro. Choose the post type, fine-tune the selection, and click Migrate

  3. Skip ahead to 4.1.3. Final Export Steps.

4.1.2. Exporting with WP All Export Free

With the free version of WP All Export, you need to manually select all the data you want included in the export.

  1. Click on the Customize Export File button to advance to the next step. image 03Screenshot: When using the free version of WP All Export you have to customize the export file

  2. In the Drag & Drop step, select the data you want exported. On the right side of the screen, there is a column called "Available Data", divided into different sections. Open each section and drag the items into the frame on the left. The following must be included for a successful migration:

    • Standard – All
    • Media
      • Images: Image URL, Image Title, Image Caption, Image Description, Image Alt Text, Image Featured
      • Attachments: Attachment URL
    • Taxonomies – All
    • Custom Fields – All (without this, events will be missing crucial data like start and end date)
    • Other – All
  3. When exporting Series, you must also add one more field containing the events linked to the Series:

    • Click on the Add Field button.
    • Add posts_in_series as the Column name.
    • Leave the other fields unchanged and click Save. image 04Screenshot: Adding a custom field for "posts_in_series"

    After saving, clicking Preview should show a column named posts_in_series populated with post IDs. image 05Screenshot: The export preview highlighting the manually added column

  4. At the bottom of this screen, you can save the setup as a template, or load an existing one. image 06Screenshot: Drag & Drop the fields you want to export and save or load a template

When done, click Continue.

4.1.3. Final Export Steps

This is where the Free and Pro paths merge...

  1. On the Export Settings page, you can configure advanced settings to customize your export further. These are mostly useful for repeated or scheduled exports. For a one-time migration, no changes are needed here.

  2. Click the green Confirm & Run Export button (top right) or the blue Save & Run Export button (bottom of screen) to start the export. image 07Screenshot: Steps 6 and 7 of the export process. You can optionally set up scheduling and then click on "Run Export"

  3. When the export reaches 100%, download the data by clicking the blue Bundle button to save a .zip file to your PC. image 08Screenshot: Step 8 of the export process. When the export is done, click on "Bundle" to download the data to your PC

The export for this post type is done. Repeat the above steps for all post types you would like to migrate.


4.2. Importing the data

We will assume that The Events Calendar, WP All Import Pro, and this extension are installed and activated on the destination site. For importing Series, Events Calendar Pro is needed as well.

When importing, pay close attention to the order of import described in 3.2. The order of importing data above.

  1. On the WordPress dashboard, head over to All Import > New Import.

  2. Choose Upload a file and select the bundle .zip file you downloaded. If the file has been uploaded before and you are re-running the import, you can select "Use existing file" instead.

  3. WP All Import will upload the file and try to select the right post type automatically. If the relevant plugin is not activated, WP All Import will not recognize the post type and the import will not work as expected. image 09Screenshot: Steps 1 to 4 of the import process. Go to All Import > New import and upload the bundle file. Click on "Skip to step 4"

If you are importing a Series, jump to 4.3 Importing a Series section below.

  1. Click the grey Skip to step 4 button to go to the import settings page.

    • Alternatively, click Continue to Step 2 to review your import file and optionally filter which posts to import.
    • In Step 3, you can map the incoming data elements to the correct post fields.
  2. On the Import Settings page, verify the Unique Identifier field is set to {id[1]}. There are other settings available to fine-tune the import, but for a full migration nothing more is needed. Click Continue. image 10Screenshot: Step 5 of the import process. Verify the unique identifier, then click on “Continue”

  3. On the confirmation page, double-check the import summary, then click the green Confirm & Run Import button. image 11Screenshot: Step 6 of the import process. Double-check, then confirm and run

  4. On the next screen, follow the progress of the import. The import finishes successfully when you see "Import Complete!" image 12Screenshot: Step 7 of the import process. Sit back, relax, and wait for the import to finish.

    _ image 13Screenshot: Import Complete!

  5. To verify that your import succeeded, review the new events under Events > All Events.

The import for this post type is done. Repeat the above steps for all post types you would like to import, following the correct order.

For more detailed information about how the export and import works with WP All Export/Import, visit their documentation.


4.3. Importing a Series

Follow steps 1–3 of the 4.2. Importing the data section above, then continue here.

  1. After uploading the file, click Continue to Step 2.

  2. If you want to import all the data, click Continue to Step 3.

  3. In Step 3, map the post IDs connected to the Series:

    • Open the Custom Fields section and click Add Custom Field at the bottom.
    • In the right column, find posts_in_series and drag it into the value field. It should populate the value {posts_in_series[1]}.
    • In the Name field enter posts_in_series.
    • Click Continue to Step 4. image 14Screenshot: Adding the custom field to import Series data
  4. In Step 4, verify the Unique Identifier field:

    • Clear the field.
    • Drag and drop id from the right column into the field. It should add the value {id[1]}.
    • Click Continue. image 15Screenshot: Making sure the Unique Identifier is the correct one
  5. On the confirmation page, double-check the import summary, then click the green Confirm & Run Import button.

  6. Follow the progress of the import. The import finishes successfully when you see "Import Complete!"

  7. If all went well, all Series should be imported with all recurring events assigned to them, as they were on the source site.


Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
1.2.0 Jul 3, 2025 tec-labs-wpai-add-on-1.2.0.zip 568
1.1.0 Sep 13, 2024 tec-labs-wpai-add-on-1.1.0.zip 549
1.0.0 Oct 17, 2023 tec-labs-wpai-add-on.1.0.0.zip 528

Active-site estimate ≈540 comes from the median of recent superseded releases. Method.