MusicBrainz events in ListenBrainz and beyond

Thanks for you reply.

I think weekly is enough, but let’s see how heavy the computation will be. I update the events once a week, usually on Thursday/Friday, using my bot. But if it is not that expensive, daily would be nice, of course.

Okay. May approach would be to look at the edits, like mentioned here: Edit search API
The notifications then are pushed to the user feed right? Maybe we can go that route because there is already an endpoint for that: /1/user/(mb_username: *user_name* )/feed/events

I think that is possible with so call deep links and will be more work on app side. You just need to create the specific link. And I think I need a fallback page, where the user lands when FestivalGuide is not installed.
What does @mr_monkey say, about linking to FestivalGuide directly?

Yeah, having the stats about number of visitors like other sites would be nice.
With syncing I mean an API with PUT and GET for event planned and seen. Then I can implement the “sync” part. Another way to think about is. that LB can import a FastivalGuide backup file.