Home › Forums › Calendar Products › Events Calendar PRO › Import Reoccurring Events via CSV
- This topic has 7 replies, 2 voices, and was last updated 7 years, 11 months ago by
cevans.
-
AuthorPosts
-
April 12, 2018 at 3:49 pm #1506102
cevans
ParticipantIs there a way to import reoccurring events through a CSV?
April 13, 2018 at 9:03 am #1506732Andras
KeymasterHi cevans,
Unfortunately importing recurring events is not possible, neither from CSV, nor from any other source.
To be exact, from other sources you can import recurring events, but they will be imported and single events, not as a series.
Sorry.
Cheers,
AndrasApril 14, 2018 at 2:51 pm #1507512cevans
ParticipantIs there any way to do it through direct SQL scripting?
I guess my question is, which tables are touched and with what meta data when a reoccurring event is created?
April 16, 2018 at 2:58 am #1507924Andras
KeymasterIt’s kinda tricky but you can definitely try.
When you create a recurring event, then the following happens.
An entry in wp_posts will be created for every occurrence, where the parent_ID is the ID of the first event. (screenshot)
All events will have an entry in wp_postmeta with serialized data of the recurrence rules, like this: https://cloudup.com/cY96_XLsU16
And of course all events will have their other regular metadata: https://cloudup.com/cnM3JTGUoxs
I think this is about it.
Andras
April 17, 2018 at 10:18 pm #1509836cevans
ParticipantIs it possible to use the REST API to create recurring events?
April 18, 2018 at 12:31 pm #1510567Andras
KeymasterNo, that is not yet possible. 🙁
A.
April 18, 2018 at 12:48 pm #1510575cevans
ParticipantIs there any way you can send over the data requirements in something other than image files? The last one came through too small to see anything.
April 19, 2018 at 3:00 am #1510953Andras
KeymasterI’m sorry it didn’t go through right before. Here it is anew: https://cloudup.com/cDoXRgc8CdP
You can get this info from the database by creating a recurring event, then selecting from wp_postmeta the entries where the ‘post_id’ = the ID of the recurrence.
Hope this helps.
Andras
May 11, 2018 at 9:35 am #1528316Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘Import Reoccurring Events via CSV’ is closed to new replies.
