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
39 stars 11 forks source link

allow the `LitCalAllFestivities` endpoint to return events for a given local calendar #209

Closed JohnRDOrazio closed 4 months ago

JohnRDOrazio commented 5 months ago

Currently, the LitCalAllFestivities endpoint only returns all possible liturgical events for the Universal Roman Calendar. We should allow this endoint to accept further parameters, so as to be able to include liturgical events that are specific to a local national or diocesan calendar.

JohnRDOrazio commented 4 months ago

This has been implemented in the recent work done to create a backend to the UnitTestInterface, seeing that the UnitTestInterface needed to be able to pull in tests for any calendar or define tests for any calendar.