Everything in this crate is currently only a builder, but now that we have a parser we cannot simply add getters to the calendar to read properties.
So we should add a Calendar::build() -> CalendarBuilder and move builder methods in there (same for Components respectively) and add a calendar.query() -> CalendarQuery with similar methods to that act as getters.
Everything in this crate is currently only a builder, but now that we have a parser we cannot simply add getters to the calendar to read properties.
So we should add a
Calendar::build() -> CalendarBuilderand move builder methods in there (same forComponents respectively) and add acalendar.query() -> CalendarQuerywith similar methods to that act as getters.