• Resolved hsmastermind

    (@hsmastermind)


    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?

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can show the events from a particular owner/author like this, where 123 is the ID of the user you want to show:

    [events_calendar owner="123"]
    [events_list owner="123"]
    Thread Starter hsmastermind

    (@hsmastermind)

    Thank-you.
    The number of authors can range from 1 to an unknown quantity.
    As of now, if there are three authors(selected by the user) three list or three calendars are being displayed.

    I would like to have just the one calendar or list.

    I am thinking of extracting all the event_ids by those authors, then inserting them in the EM_events output by event_ids.

    Unless I missed an easier way with your plugin.

    It sounds like for what you want to do, custom coding along the lines you’ve described is the way to go.

    Thread Starter hsmastermind

    (@hsmastermind)

    I appreciate your time.

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

The topic ‘multiple event_id authors for Events list’ is closed to new replies.