Table of Contents |
---|
Introduction
English |
---|
The Calendar Menu displays records from your preferred datalist as calendar events, in formats of day/week/month in your app's userview. |
- For this to work, you must map the form and field IDs that stores the calendar records, into the Calendar plugin properties page.
- The Calendar Menu also supports Google API to display your preferred country's public holidays in the calendar.
See Google Calendar Integration for more details.
...
Calendar Menu Properties
Configure Calendar Menu
Figure 1: Calendar Menu Properties
Figure 2: Sample Calendar Menu in runtime
Name | Description | ||
---|---|---|---|
id | Menu element unique id. Userview will use this id in the URL for the menu if the Custom ID is empty. | ||
Custom ID | Item link slug. Optional field.
| ||
Label | The userview menu label. | ||
Page Title | Calendar page title. | ||
Data Binder | See list of available Datalist Binders, to source the data for calendar entries. | ||
Auto Handle Date Range | Enable this option to automatically handle range of calendar events to be populated into the calendar, based on event dates and calendar view format. If this option is disabled, you need to manually handle date range via #requestParam.start# and #requestParam.end# request parameter hash variables in your datalist binder configuration. Date format for date range is yyyy-MM-dd. |
Figure 2: Sample Calendar Menu in runtime
Column to Data Mappings
Figure 3: Column to Data Mappings Properties
...