arran4 / golang-ical

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

Add VEvent.GetDtStampTime #80

Closed galenwarren closed 7 months ago

galenwarren commented 8 months ago

This is related to issue https://github.com/arran4/golang-ical/issues/79.

Add VEvent.GetDtStampTime as a partner to VEvent.SetDtStampTime. It is currently possible to read out the value using GetProperty, but the getTimeProp helper function -- that is used to parse different time formats for other get methods -- is not exported.

This adds VEvent.GetDtStampTime.