• Resolved nxnwebdev

    (@nxnwebdev)


    I’m using ORM API for create meetup recurrence event.

    $args = array( 
     'title' => 'Rec Event Title', 
     'status' => 'publish', 
     'start_date' => '2023-02-10 00:00:00',
     'end_date' => '2023-02-10 23:59:59',  
     'timezone' => 'America/New_York', 
     'recurrence' => 'RRULE:FREQ=WEEKLY;INTERVAL=1',
     'series' => 'test series' 
    );
    
    $recurring_event = tribe_events()->set_args($args)->create()->ID;

    Event create, but event create a singular, without series, and without recurrence. Event Calendar pro Version 6.0.3

    PS

    in the wp_tec_events table – the “rset” cell is empty, but when filling in recurring event from the admin panel, everything works correctly. Series included.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Event Calendar pro Version 6.0.3

    For pro or commercial product support please contact the developer directly on their site. This includes any pre-sales topics as well.

    https://theeventscalendar.com/support/

    As the developer is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.

    Plugin Support Iris

    (@iirvin)

    Hi @nxnwebdev,

    Thanks for reaching out!

    This forum is for Free products only so we are not able to proceed with support for paid products here.

    Please submit a ticket here:?https://theeventscalendar.com/support
    One of our agents will get back in touch with you on this.

    Best,
    Iris

    Plugin Support Darian

    (@d0153)

    Hi @nxnwebdev

    This thread has been inactive for a while, so we’ll go ahead and mark it Resolved. Please open a new thread if any other questions arise, and we’d be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ORM API (recurring event and series are not created)’ is closed to new replies.