Closed reedts closed 1 year ago
Currently, looking for a Property inside of a ical component is rather tedious. I added simple access functions to trait Component to make access easier and implemented them for the Ical* types.
Property
trait Component
Ical*
Hello @reedts, thanks for this contribution.
This seems ok for me.
Currently, looking for a
Property
inside of a ical component is rather tedious. I added simple access functions totrait Component
to make access easier and implemented them for theIcal*
types.