Skip to content

Commit

Permalink
Update cal_address.py (#389)
Browse files Browse the repository at this point in the history
Fix calendar user type enum #388
  • Loading branch information
allenporter authored Jul 1, 2024
1 parent 4d77261 commit b64d846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ical/types/cal_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CalendarUserType(str, enum.Enum):

INDIVIDUAL = "INDIVIDUAL"
GROUP = "GROUP"
RESOURCE = "GROUP"
RESOURCE = "RESOURCE"
ROOM = "ROOM"
UNKNOWN = "UNKNOWN"

Expand Down

0 comments on commit b64d846

Please sign in to comment.