arran4 / golang-ical

A ICS / ICal parser and serialiser for Golang.
Apache License 2.0
279 stars 72 forks source link

Add {Get,Set}LastModifiedAt helpers #83

Closed bcspragu closed 6 months ago

bcspragu commented 6 months ago

Adding some helpers for parsing another timestamp field. I originally considered exposing getTimeProp as ParseTimeProp, but the ergonomics are weird enough (is the prop nil? should it be all-day-able?) that I decided against it.