Calendar

The basic idea is the concept of a calendar, when the user press on a specific date with data, it will show the row under the calendar

  1. Create a dataset and add dataset items to it

To add a Calendar to your app you have to have a column in your dataset with the type - Timestamp

  1. Navigate to Design > Views

ca1

  1. Select the dataset that you want to move forward with

Then you will be guided to a canvas area which matches the number of items of your dataset

  1. Now that you have a dataset item with timestamp data type, you can scroll to Calendar Layout and fill in the fields below.

Type: The type you can use for a Calendar is grid

Start date/ End date: If you need to add two different dates for start and end, when you are adding the columns and adding the dataset items you have to add two different dates for 2 different columns.

ca2

Next step is to build logics and events for your app to do functions as you require. You can navigate to patchwork to do that.