A PHP script / API endpoint that will generate the Roman Catholic liturgical calendar for any given year, calculating the mobile festivities and the precedence of solemnities, feasts, memorials...
We can currently produce application/xml and text/calendar. However, an RSS / Atom feed might also be useful in some cases. Perhaps we can consider adding application/rss+xml and / or application/atom+xml as allowed Accept headers, and add logic to handle producing such feeds.
We can currently produce
application/xml
andtext/calendar
. However, an RSS / Atom feed might also be useful in some cases. Perhaps we can consider addingapplication/rss+xml
and / orapplication/atom+xml
as allowedAccept
headers, and add logic to handle producing such feeds.