multiple event_id authors for Events list
-
I am looking to display events by certain authors
in one calendar and if needed in an ordered list.
I have the author_ids in an array.
These authors are favorites of the current user.
There are three favorite authors for this user.
On the page it will show Three calendars, or three list.
One for each of favorite author.I am attempting to combine the owners events
into one list or calendar.I have noticed the EM_Event_object, [event_id=> ].
I was thinking of grabbing them, with EM_Events::get,
then running the code again with those event_ids.
Is it correct to say that data is in the post meta?
I have attempted several codes to grab it, but no luck.Do you have any suggestions?
The topic ‘multiple event_id authors for Events list’ is closed to new replies.