teambition / rrule-go

Go library for working with recurrence rules for calendar dates.
MIT License
310 stars 57 forks source link

Expose strToDtStart #47

Closed nateinaction closed 3 years ago

nateinaction commented 3 years ago

Hi there, similar to #46 I would like to be able to validate that my DTSTART strings are correct and receive a go time.Time in response. Are you open to making strToDtStart() public?

Tests passing:

go test --race
PASS
ok      github.com/teambition/rrule-go  2.946s