Liturgical-Calendar / LiturgicalCalendarAPI

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...
Apache License 2.0
35 stars 9 forks source link

add diocesan calendar "overrides" to LitCalMetadata endpoint #212

Open JohnRDOrazio opened 2 months ago

JohnRDOrazio commented 2 months ago

The LitCal API now allows a diocesan calendar to override the settings of a national calendar, for example whether Epiphany, Ascension, or CorpusChristi fall on Thursday or Sunday. The case that brought about this update is the Diocese of Boston, which has a similar "override".

This should perhaps be included in the output of LitCalMetadata endpoint. And consequently, the openapi.json definition should also be updated to reflect this.