• Resolved balas

    (@balas)


    Hi there,

    I am using eventbrite API plugin and have done as in the documentation.

    It’s all working fine until i create the new event.

    When i created the new event,it still shows the old events. So to see new

    events i want delete the current connection and then want to authorize and

    want to connect again. All i want is without reconnecting or

    authorizing, i want to see new events every time i create in

    eventbrite site.

    https://wordpress.org/plugins/eventbrite-api/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Automattic

    (@automattic)

    Unfortunately, there’s currently no way for Eventbrite to inform the WordPress site of new events and force it to refresh (although it is coming, and we’ll look at it at some point). In the meantime, we use a cache to speed up load times, and force the plugin to check for new events every 24 hours. So your options are to wait for events to be updated automatically once a day, or you can force a refresh by doing a disconnect-reconnect in Tools > Keyring.

    hello,

    Unfortunately, there’s currently no way for Eventbrite to inform the WordPress site of new events and force it to refresh (although it is coming, and we’ll look at it at some point)

    just checking in to see if there has been any development with this?

    Thanks!

    Saw this somewhere:

    /**
    * Reduce the default cache time from one day to one hour.
    */
    function eventbrite_api_cache_one_hour() {
    return HOUR_IN_SECONDS;
    }
    add_filter( ‘eventbrite_cache_expiry’, ‘eventbrite_api_cache_one_hour’ );

    Hey Guys, addons exist to solve this…

    Display Private Events: Display all events, public and private. Download ZIP
    One Hour Cache: Reduce the cache time from one day to one hour. Download ZIP

    As per http://automattic.github.io/eventbrite-api/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Eventbrite not updating without disconnecting’ is closed to new replies.