Your events in PWR Apps are displayed in calendar views. When you create calendars from a PWR Apps object, the data in the date fields are shown as calendar items. In a day, week, or month view, users can add, and edit the events.
Configurations of a calendar component
Model:
The connection between the field and the event is the model. when a user performs any action in an event, then a model needs to be bound. but in a calendar, only multirecord models are working. so users need to create a multirecord model.
Creating a multi-record model is shown below
Click on the "+" icon. The model will open
An create a model
Click the "+" icon to add this model to the layout configuration
When users select Run & Preview, the calendar layout will display
By selecting the "Calendar" icon, the user can choose a day, a month, and a year
By selecting the "Month" dropdown, the user can choose a month, week, and a day
There are different modes to display in the calendar
Month
Week
Day
The user has been required to create a workflow for a "New" action
Go to the layout config
In order to create a workflow, click the "+" icon
Drag and drop the push model, then enter the details
Click "Event" to add a workflow in the new action
Choose the workflow action from the drop-down menu
Add the workflow
Go to the preview page
To enter a record, select the "new" button
The layout will open and from this layout, a user can enter a record
The record will display in the calendar view