Skip to content

Commit

Permalink
Merge pull request #94 from quite/add-component-relatedto
Browse files Browse the repository at this point in the history
Add ComponentPropertyRelatedTo; the VTODO component can have that
  • Loading branch information
arran4 authored Jul 10, 2024
2 parents 6591742 + c331f7a commit ea4ce01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calendar.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const (
ComponentPropertyPercentComplete = ComponentProperty(PropertyPercentComplete)
ComponentPropertyTzid = ComponentProperty(PropertyTzid)
ComponentPropertyComment = ComponentProperty(PropertyComment)
ComponentPropertyRelatedTo = ComponentProperty(PropertyRelatedTo)
)

type Property string
Expand Down

0 comments on commit ea4ce01

Please sign in to comment.