The calendar component is a data component that users can add to pages within your app to display records that include date and time fields on your live app.
Configurations of a button component
...
The user can create a multi-record model by clicking the "+" icon
...
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, you can add, and edit your events.
Steps to configure:
Goto component section
Search and select the calendar component in the component section
Drag and drop calendar component on layout
...
Configurations of a calendar component
Model:
A multi-record model has to be created for model binding
Click on the "+" icon. The model will open
...
Then add this model to config, by clicking on the “+“ icon
...
Click on the Run & Preview button, calendar layout will open
...
The user can select a date, month, and year by clicking on the ‘Calendar’ icon
...
There are different modes to display in the calendar
Month
Week
Day
...
Workflow:
Create a workflow for a new action
Click on the “+“ icon to create a workflow
...
Drag & Drop the push model
...
Add the workflow in events
...
Go to preview page