Create an edit action on an event

Overview

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.

1️⃣ Step 1: Add a button on the event item

  • 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

2️⃣ Step 2: Add a button label

  • Type a label name for your button

3️⃣ Step 3: Create an interaction

  • Click on the Interaction Tab

  • Under the Action section, click on the "Add Event" button.

4️⃣ Step 4: Define the interaction

  • 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

🫵 Final Result

Last updated