leviator

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Exporting with wp all export #1537733
    leviator
    Participant

    Hi again

    So I’ll have to export tribe_rsvp_attendees and tribe_wooticket, and their corresponding _tribe_tickets_meta. I see the data – great!

    Do you have any help to provide with regards to also exporting some of the order information that is relevent pr. ticket? I’m looking for name, address and order note.

    Again, thanks!
    Levi

    in reply to: Scheduled daily imports trigger hourly. #1435575
    leviator
    Participant

    So. I’ve learned something, quite basic. The date i put in the end-date parameter should be '2018-02-28 23:59'
    I used '2018-02-28'
    The result is that it didn’t catch events that start after 2018-02-28 00:00.
    So that is fixed.

    With regards to the problem with aggregator: The page you linked to does not specify what the behavior is when it fails to connect to the calender host, in this case its office365. I imagine that it runs every hour, trying to connect, and that it costs an ‘import’ every time. Resulting in us using up our daily runs, as we have 7 calendars that all tried to connect. I don’t know why we had an error connecting to the calendars, but now we have activated the log, and we’ll be able to catch it, if it happens again.

    Could you verify for me that Event Aggregator runs every hour, if it doesn’t work the first time?

    Great support, btw!

    • This reply was modified 6 years, 3 months ago by leviator.
    • This reply was modified 6 years, 3 months ago by leviator.
    in reply to: Scheduled daily imports trigger hourly. #1434454
    leviator
    Participant

    I wish i had noticed the log. It’s active now and we’ll monitor it closely. The events seem to be importing again, but now I think that not all events are getting returned by my tribe_get_events call.
    I don’t know how we reached the daily limit of 100 imports, but it uncovered another problem.

    Is there any reason that this call doesn’t return all events?
    $tribe_events = tribe_get_events( array(
    'posts_per_page' => -1,
    'eventDisplay' => 'custom',
    'start_date' => $firstDateInMonthString,
    'end_date' => $lastDateInMonthString,
    ) );

    What i’m seeing now is: the event which the client noticed was missing, is not being returned by tribe_get_events. The event is on 28 February, from 13:45 to 15:15. If I change it to the February 27, it shows up in the return from tribe_get_events. If I change it to a all-day event on 28 February it also shows up. If i move the event to the last day of january, i get the same results to my tests. It does not show up in the return from tribe_get_events, and changing it to an all-day event makes it show up, as does moving it to the day before. What could be the cause of this?

    Regerding the sheduled imports, if the import fails for some reason, does it try again hourly, and does that count towards the daily limit?

    • This reply was modified 6 years, 3 months ago by leviator.
    • This reply was modified 6 years, 3 months ago by leviator.
    in reply to: Scheduled daily imports trigger hourly. #1434441
    leviator
    Participant

    This reply is private.

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