• Resolved janDoo

    (@jandoo)


    Hi,

    I experience a weird problem.

    The import via ID works only for one event. When I try to import more (one ID per line, like advised) it only imports the event in the last line.

    So I tried to import all events one-by-one but the new import overwrites the previous imported event.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @jandoo,

    Thanks for reaching out to us.

    The import via ID works only for one event. When I try to import more (one ID per line, like advised) it only imports the event in the last line.
    =>make sure you import multiple event id one event id per line without comma.please check it out link here

    So I tried to import all events one-by-one but the new import overwrites the previous imported event.
    =>Please check it out all events are public beacause you can import private import After authorize with facebook.

    Let us know if you have any query.
    Thanks

    I am also experiencing this problem. If I upload one event id at a time, it keeps showing skipped (or updates the event if I enable event updates).

    I also tried submitting multiple event IDs, per your suggestion…but only 1 event gets added and the remainder show “skipped.”

    Hello @supermind,@jandoo

    Thanks for reaching out to us.

    We resolved this bug in our next plugin version for now could you guys change in class-import-facebook-events-facebook.php file which is located to plugin path \plugins\import-facebook-events\includes\import-facebook-events-facebook.php

    Please change in to file import-facebook-events-facebook.php on line no 287 which is $facebook_id = (int)$facebook_event->id; please remove (int) from that line.
    so it will become $facebook_id = $facebook_event->id; then it’s working fine.

    Let us know if you have any query.
    Thanks

    Hi,

    I made the change and it appears to work for most events, but it is not working for recurring events. It only pulled in only the last date of a recurring event.

    Example event ID 180632179192626

    The event has 3 days, but only the last one is imported. The others are “skipped.”

    FYI: Using latest version of plugin 1.4.0
    Importing to “The Events Calendar”
    Also, correct filename to modify is “class-import-facebook-events-facebook.php”

    Hello @supermind,

    Thanks for reaching out to us.

    Recurring issue will resolved please change in class-import-facebook-events-facebook.php on line no 304 which is $et_temp[‘ID’] = (int)$event_time->id;please remove (int) so its became $et_temp[‘ID’] = $event_time->id; so it’s working fine .and don’t worry about that we update this on our plugin next release version.sometime int is working on environment wise so we resolve this bug on our plugin next release version.

    Let us know if you have any query.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Only one import. Previous import overwritten.’ is closed to new replies.