akaessens / NoFbEventScraper

This app scrapes Facebook event links and adds the event to your calendar.
GNU General Public License v3.0
28 stars 1 forks source link

Error Scraping event data failed #39

Open Goldmaster opened 2 years ago

Goldmaster commented 2 years ago

Trying to import a event to calendar and currently the app cant pickup the correct info about an event this is what happens with this particular event. https://m.facebook.com/events/255731719856457

Screenshot_20220127-103734_NoFb Event Scraper

It looks like a Facebook account is needed to export to calendar.

akaessens commented 2 years ago

Hi, that event sadly does not advertise structured data ( application/ld+json in html ) therefore cannot be scraped. Most events usually provided that information. Recently more and more events do not have that data embedded anymore :(

Without using facebook API there is not much I can do about it, sorry.