Hey Gliders,
- I have a “Rooms” page on my app that displays meeting rooms for users to book events.
- When I click on one of the rooms I go to a detail page that displays a calendar collection including the events reserved in that specific room. For this, I have a relation column on my “Rooms” table that links the corresponding events.
- The ideal UX is where users can simply click on the time range directly on the calendar component and create the events directly linking to the corresponding room and passing the current user row ID. However, it seems like the native add function only lets me specify a value for the event’s title
*To work around this limitation, I have an custom workflow to open a form to add the new event. In this workflow, I set the values of my “Form new event” (the linked room and the current user which is the event’s owner) which is linked to the user’s profile so I can manipulate this data easily
I would like to use the in-line add action to create new events but haven’t found a way to pass the values I’m setting through the custom workflow and the Form table. Is this even possible with a calendar collection component?
Here’s a video explaining the scenario if it’s easier to understand: