dkittell
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Import Process – Public Events:
- record in wp_posts
- Record to to replicate a manually entered public event
- record in wp_em_locations for each location
- This could be a trickier part
- If you only use it for one location this is simple
and wouldn’t need to be touched other than to have the
ID. - If you do have different locations initially I’d
suggest creating the location in WordPress first and
then when you do the Facebook event make sure you have
the location_name in the database to be the location in
the Facebook event.
- record in wp_em_events
- Possibly the easiest part, need to replicate a manually
entered event
As I have a need for this for a church site I’m working on I have pulled together some code to pull the Facebook webcal link.
This currently is in Alpha (infant, early, buggy-likely) phase but works with a few URLs that I’ve put at it.
If you could support ical format import Facebook does offer an ical link for events and birthdays
Viewing 3 replies - 1 through 3 (of 3 total)