Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.
  1. For this to work, you must map the form and field IDs that stores the calendar records, into the Calendar plugin properties page.

  2. 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.

...

Figure 1: Calendar Menu Properties


NameDescription
LabelThe userview UI menu label.
Menu ID

Item link slug. Optional field.

Info
Ensure that value defined here is unique to other UI menus in the app, since the first matching/conflicting ID will take precedence in page loading.
Page TitleCalendar page title.
Load Data From

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.

...

Name

Description

Enable cache for offline supportEnable caching for offline support, usually set for use on mobile browsers.

Read Progressive Web Application (PWA) for more information.

Download Demo App

...