Hello, I have a question about FullCalendar Reactive. When assigning multiple resources to an Event, I believe the resourceIds property is used, but since it is of type text, how should I specify multiple IDs?
Regards,
Hidekazu Iwasaki
Hi @Hidekazu Iwasaki ,
You're absolutely right, the ResourceIds property in the Event structure should support multiple values, as per FullCalendar's official specification.
However, in the current version of the FullCalendar Reactive (O11) component, ResourceIds is incorrectly set as a Text type. Because of this, assigning multiple resources doesn't work as expected.
You can change the type of ResourceIds to a List of Text in the Event structure (in your local version of the component). After doing this, you’ll be able to assign multiple resource IDs
I've made this correction locally and confirmed it resolves the issue. I am also attaching my local changes OML file for your reference
Hope this helps!
Best regards,
Gourav Shrivastava
Hi Gourav Shrivastava,
The code you provided worked perfectly. Thank you very much!
Best regards, Hidekazu Iwasaki
Hello @Hidekazu Iwasaki ,
Glad to help you,
I request that if you find a solution so please mark the answer as a solution so it helps other community members to find the correct answer.
I have marked your response as the solution. Thank you.