Create an edit action on an event
Last updated
Last updated
This tutorial guides you through setting up an "edit" action in the Avonni Calendar component. Specifically, you'll learn how to enable editing for an event when you hover your mouse over it.
Open the screen element on Flow Builder
Select the Calendar Component and click the "Open Component Builder" button.
Expand the "Context Menu Action"
Click on the "Add Event" button
Type a label name for your button
Click on the Interaction Tab
Under the Action section, click on the "Add Event" button.
For the Target Name
, select the target name created in step 2
For Type
, select Navigate
For Page Reference Type
, select Record Page
For Object API Name
, select Event (or any other object based on your use case)
For Record Id
, select Event: Name
For Action Name
, select Edit
Click Save