You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gem has a narrow scope - it implements exactly one liturgical calendar system and there are no plans to change this. But it would be nice to extract general "calendar building blocks" which would make it possible to implement other calendar systems (similar enough to the Roman one), like that of the Anglican Ordinariates (see #44), of the (post-Vatican II) Ambrosian rite or of some Old Catholic churches, without excessive code copy-pasting.
Ideally it would be possible - while reusing as much of the functionality shared with the Roman calendar system as possible - to customize (any or all of):
definition of temporale feasts
definition of liturgical seasons
naming of Sundays and ferials
definition of celebration ranks
celebration precedence rules
Even in the realm of the (post-Vatican II) Roman rite some "deeper customizations" may take place, for which calendarium-romanum currently lacks support:
custom liturgical colours and rules of their matching to seasons and celebrations (example: opt-in rosa on Gaudete and Laetare Sundays)
custom names of particular Sundays - e.g. in 1993 the pope granted (see Notitiae 1995, p. 16) Poland a permission to add the apendix "seu Misericordiae Dei" to the title of 2nd Sunday of Easter
Are you aware of any further calendar customizations which would be useful, but the gem currently doesn't support them? Leave a comment!
The text was updated successfully, but these errors were encountered:
As an example of a non-Roman (but still sufficiently similar to the Roman one) liturgical calendar built by customizing calendarium-romanum I started work on an implementation of the Czech Old Catholic calendar https://github.com/calendarium-romanum/czech_old_catholic_calendar Let's see how it will work.
One more use case: in 345ac2a I suggested (as a workaround for one of the scenarios dealt with in #80, for which we currently don't have a cleaner solution) using a custom Temporale with changed date of Sacred Heart. Which sounds easy and should be easy to do, but in fact there is no convenient way to build such a thing, because of the way how Temporale, Temporale::Dates and Temporale::CelebrationFactory are coupled.
Given the papal efforts to establish a widely shared common date of Easter, there should be a reasonably convenient way to build a calendar which differs from the standard Roman calendar only by the Easter algorithm.
The gem has a narrow scope - it implements exactly one liturgical calendar system and there are no plans to change this. But it would be nice to extract general "calendar building blocks" which would make it possible to implement other calendar systems (similar enough to the Roman one), like that of the Anglican Ordinariates (see #44), of the (post-Vatican II) Ambrosian rite or of some Old Catholic churches, without excessive code copy-pasting.
Ideally it would be possible - while reusing as much of the functionality shared with the Roman calendar system as possible - to customize (any or all of):
Even in the realm of the (post-Vatican II) Roman rite some "deeper customizations" may take place, for which
calendarium-romanum
currently lacks support:Are you aware of any further calendar customizations which would be useful, but the gem currently doesn't support them? Leave a comment!
The text was updated successfully, but these errors were encountered: