Resonite-Community-Projects / community_events.resonite

Service for announcing Resonite events and stream from multiple source like Discord and Google Agenda to client like Resonite Facet or Web Browsers.
https://resonite-communities.com/
GNU General Public License v3.0
4 stars 1 forks source link

Events are showing multiple time sometimes #6

Closed brodokk closed 10 months ago

brodokk commented 10 months ago

Problem

Some time an events appear multiple time, spamming the list, growing every hours and can take down frames on Resonite client.

Explanation

Because of simplicity of the API for Resonite, the first version of the API has been made based on the name of a community. Which is a big mistake if the name of the community change.

Possible solution

We need to use an external ID, or an internal ID, for now communities only use discord calendar but their is a system to manage event via a bot and google calendar.

brodokk commented 10 months ago

Fixed but left the update of the API for later, not compatible with resonite but will be in https://github.com/Resonite-Community-Projects/community_events.resonite/issues/4