• First of all. Thanks for at great plugin.

    I am trying to create a plugin that integrates Event Organiser with BuddyPress profiles, so that users can like events and subscribe to other users events and calendars. For this purpose I would like to be able to query the event-function: “eo_get_event_fullcalendar” by the same specifications/Arguments as WP_query. So that I can output events by ID or by author etc.

    Is this possible, or should I go another way around this? I have the feeling that I’m overseeing something obvious.

    Thanks in advance 🙂

    https://wordpress.org/plugins/event-organiser/

Viewing 1 replies (of 1 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    At this point it’s not something that’s easily done as communication between the (full) calendar and server is relatively hardcoded (except the exposed options).

    You may either want to ‘go it alone’ and set up a javascript calendar which talks to the server providing the data/queries you need. Or, you could make the changes to Event Organiser and make a PR. (I think it would be great to have a more flexible “ajax” API, that any client-side application could effectively communicate to).

Viewing 1 replies (of 1 total)
  • The topic ‘Query events by ID or Author with "eo_get_event_fullcalendar"?’ is closed to new replies.