allenporter/ical

Wrong value in CalendarUserType enum

kunesj opened this issue · 1 comments

The RESOURCE value of CalendarUserType enum is wrong.

It's:

RESOURCE = "GROUP"

But it should be:

RESOURCE = "RESOURCE"

Thanks @kunesj 👍🏼