Skip to content

Commit

Permalink
Merge pull request #442 from gristlabs/calendar-widget-record-card
Browse files Browse the repository at this point in the history
New screenshot to reflect different process for deleting events
  • Loading branch information
jr-grist authored Nov 20, 2024
2 parents 84148e7 + cbd32e2 commit f956149
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 17 additions & 8 deletions help/en/docs/widget-calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,17 @@ Configure the widget by selecting the columns in your data table that contain St
*![widget-calendar-configuration](images/widget-calendar/widget-calendar-configuration.png)*
{: .screenshot-half }

## Adding a new event
## Adding, modifying, and deleting events

### Adding events

You can add a new event by double-clicking the start time for the event in the calendar widget. In the popup, you can add a title for the event and modify the start and end time. You also have the option to mark the event as 'all day'.

*![widget-calendar-new-event](images/widget-calendar/widget-calendar-new-event.png)*

You can also modify the start and end time of an event by clicking and dragging the event directly on the calendar.
### Modifying events

You can modify the start and end time of an event by clicking and dragging the event directly on the calendar.

To modify an event’s start time, click and drag from the middle of the event. When modifying start time, the duration of the event will remain the same.

Expand All @@ -52,6 +56,16 @@ To modify an event's end time, click and drag from the bottom of the event. You

Any changes to start and end time will be made to the underlying data table so your data will always be consistent!

You can modify the details of any event from the event's record card. Double click on an event to open its record card.

*![widget-calendar-open-record-card](images/widget-calendar/widget-calendar-open-record-card.png)*

### Deleting events

To delete an event, double click the event on the calendar to open its record card. Open the dropdown menu from the top right corner of the record card, and select "Delete record" from the list.

*![widget-calendar-delete-record](images/widget-calendar/widget-calendar-delete-record.png)*

## Linking event details

It might be useful to see more event details in a table or card widget.
Expand All @@ -70,9 +84,4 @@ Now, when you click on an event in the calendar widget, the linked widget will u
!!! note "Collapsing widgets"
Drag the linked widget into the attic at the top of the page to collapse. The widget will still be linked but will take up less space on the page! Simply click the box to expand and view linked record details.

Read more on [Custom Layouts](custom-layouts.md).

## Deleting an event
To delete an event, double-click the event in the calendar then select 'delete' in the popup.

*![widget-calendar-delete-record](images/widget-calendar/widget-calendar-delete-record.png)*
Read more on [Custom Layouts](custom-layouts.md).

0 comments on commit f956149

Please sign in to comment.