UWCS/stardust

Discord event sync from RSS feed

Closed this issue · 2 comments

Zola provides an RSS feed of all each section https://www.getzola.org/documentation/templates/feeds/ , listen to the events one to sync the events to Discord properly

If you really want to go for it, use the github api and make commits from apollo to duplex sync events

Annoyingly, the RSS feed doesn't add extra fields by default. There is apparently some way to do that in the RSS spec, and Zola allows custom RSS templates. Either we force the info into RSS, or we just commit to generating a separate file of the info, e.g. as ical

This literally just needs the ical url updating in apollo now. done as far as this repo is concerned