Overview
A Calendar is a graph that shows the current date and the current day of the week.
Frequently, the overall year is divided into months, weeks, and days.
...
...
Attributes
Models
Model is the connection between the field and the event.
A model Model needs to be bound when a user performs added when you perform any action in an event . In a calendar, only multi-record models are working. So you
You need to create a multi-record model .for the Calendar component
Create a Multirecord model.
Goto Model tab.
Click on the + icon.
A new blank model screen opens.
Enter information and save it.Click Save
Return to layout page
In the basic config, Click the + icon.
A new blank add model screen opens.
Enter information and save it.
...
Click Save
...
Click the Run & Preview.
...
The
calendarCalendar layout is open
.
...
Click the Calendar icon.
The calendar view is open.You can select the Date, Month, and Year
...
Click the Month dropdown.
There are 3 different options to display in the month dropdown
Month
Week
Day
...
Workflows
Workflow is basically a container that automates certain actions based on particular criteria.
If the criteria are met, the actions get executed. When If they are not met, records will get saved but then no action will get executed.
There are multiple actions in the workflow Workflow
Eg: Push, Pop, Toaster, show spinnerShow Spinner, etc.
Note: Workflow has to be created for New action.
Go to the Workflow tab.
Click the + icon.
A new blank workflow screen opens.
Enter information and save it.Click Save
...
Drag and drop the Push model.
Enter information and save it.Click Save
...
Return to the layout page.
Go to the Events tab.
In the New Action dropdown, click Workflow.
Create Workflow action, click Save.
...
Click the Run & Preview.
New
Click New.
Enter information and save it.
...
The record is shown in the calendar.
Refresh
Reload any previously saved information by using Refresh.
Click Refresh.
All the information has been loaded into the calendar.
...
Include Page