diff --git a/packages/noco-docs/docs/090.views/040.view-types/050.calendar.md b/packages/noco-docs/docs/090.views/040.view-types/050.calendar.md index e7d2ba3b39..debe5aadaf 100644 --- a/packages/noco-docs/docs/090.views/040.view-types/050.calendar.md +++ b/packages/noco-docs/docs/090.views/040.view-types/050.calendar.md @@ -63,6 +63,25 @@ Use drag and drop to move the record to a different date or time. To edit any ot ### Delete Record To delete a record, click on the record to expand it. Click on the `Delete` button from the record context menu. Confirm the deletion by clicking on `Delete` in the confirmation dialog. +## Configuring Date Range +:::note +The date range for the calendar view is supported only in the Cloud version of NocoDB. +::: + +![date-range](/img/v2/views/calendar/cal-range-3.png) + +In NocoDB, you can configure the date range display in the calendar view by selecting Start and End date fields. To specify the date range while setting up the calendar view, click on `+ End Date` and choose the desired date field to serve as the end date. This displays the records in the calendar view as a range block between the start and end date. + +![date-range](/img/v2/views/calendar/cal-range-1.png) + +![date-range](/img/v2/views/calendar/cal-range-2.png) + +:::note +The date range configuration is currently supported only for the Date field type. Support for DateTime field type will be added in the future. +::: + +Once the date range display is enabled, you can drag drop the records to change the start and end dates of the records. You can also resize the records to change the duration of the records. + ## Other toolbar operations 1. [Apply Filters to Display Specific Records on the Calendar](/table-operations/filter) 2. [Sort Records on the Calendar by One or More Criteria](/table-operations/sort) diff --git a/packages/noco-docs/static/img/v2/views/calendar/cal-range-1.png b/packages/noco-docs/static/img/v2/views/calendar/cal-range-1.png new file mode 100644 index 0000000000..b0105c8834 Binary files /dev/null and b/packages/noco-docs/static/img/v2/views/calendar/cal-range-1.png differ diff --git a/packages/noco-docs/static/img/v2/views/calendar/cal-range-2.png b/packages/noco-docs/static/img/v2/views/calendar/cal-range-2.png new file mode 100644 index 0000000000..452ea0a1eb Binary files /dev/null and b/packages/noco-docs/static/img/v2/views/calendar/cal-range-2.png differ diff --git a/packages/noco-docs/static/img/v2/views/calendar/cal-range-3.png b/packages/noco-docs/static/img/v2/views/calendar/cal-range-3.png new file mode 100644 index 0000000000..cd2d0684fc Binary files /dev/null and b/packages/noco-docs/static/img/v2/views/calendar/cal-range-3.png differ