Skip to content

Commit

Permalink
Merge pull request #80 from coachclientconnect/add-get-timestamp
Browse files Browse the repository at this point in the history
Add VEvent.GetDtStampTime
  • Loading branch information
arran4 authored Nov 11, 2023
2 parents ce8cff1 + 0abebc2 commit acf49e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ func (event *VEvent) GetAllDayEndAt() (time.Time, error) {
return event.getTimeProp(ComponentPropertyDtEnd, true)
}

func (event *VEvent) GetDtStampTime() (time.Time, error) {
return event.getTimeProp(ComponentPropertyDtstamp, false)
}

type TimeTransparency string

const (
Expand Down

0 comments on commit acf49e9

Please sign in to comment.