Skip to content

Commit

Permalink
Merge pull request #82 from quite/add-component-priority
Browse files Browse the repository at this point in the history
Add ComponentPropertyPriority; the VTODO component can have that
  • Loading branch information
arran4 authored Dec 7, 2023
2 parents 7678c37 + e69ce9c commit aef0a29
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 @@ -53,6 +53,7 @@ const (
ComponentPropertyRrule = ComponentProperty(PropertyRrule)
ComponentPropertyAction = ComponentProperty(PropertyAction)
ComponentPropertyTrigger = ComponentProperty(PropertyTrigger)
ComponentPropertyPriority = ComponentProperty(PropertyPriority)
)

type Property string
Expand Down

0 comments on commit aef0a29

Please sign in to comment.