Skip to content

Commit

Permalink
Add ComponentPropertyRelatedTo; the VTODO component can have that
Browse files Browse the repository at this point in the history
  • Loading branch information
quite committed Jul 10, 2024
1 parent 6591742 commit c331f7a
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 c331f7a

Please sign in to comment.