• Hi there,

    I am considering bying your plugin or WooCommerce Bookings one, as i look for some specific features, can you please tell me if your plugin covers this ?

    1. Extended Filter/Actions and/or API in order to customize your plugin, especially for creating/modify/cancel events and also dynamically modify confirmation and reminder emails (including adding several reminders)
    2. Possibility of managing plenty of calendars (actually one-per-wp_user) and then dynamically create events linked (and only visible) from their account

    Thanks!

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

    (@stephenharris)

    Hi,
    Yes, there’s an extensive API, documented here: https://codex.wp-event-organiser.com

    Its not clear what exactly you want to do, but eo_update_event() allows you to modify existing events (https://codex.wp-event-organiser.com/function-eo_update_event.html). There’s an insert counterpart.

    Confirmation emails are configurable but also have corresponding filters. As for reminder emails, these are not provides by the plugin. You can achieve this by running a cron job and querying upcoming events and obtaining the attendees for those events. This has been done by other customers with both email and SMS.

    2. To achieve this you could make events private and owned by the user in question. Admins and editors could still see and edit all events, but assuming your users do not have the ability to see private posts that don’t belong to them, then they won’t.

    Regards,
    Stephen

Viewing 1 replies (of 1 total)
  • The topic ‘Pre-sale : requirement i need’ is closed to new replies.