Skip to content

Commit 99337a8

Browse files
tyler-daneCopilot
andcommitted
Update docs/learn/glossary.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 36a409d commit 99337a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/learn/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Definition of terms used in the source code and documentation.
88

99
**Grid Event**: An event that is assigned to a specific time slot on the calendar in the grid view. These events have both a date and time.
1010

11-
**Draft Event**: A calendar event that has pending changes that have not yet been persisted to the database. When a user makes changes to an event in the form, drags the event, or resizes its times, the user is operating on a draft event. After the user clicks "Save", the draft event is persisted to the database, and the Draft Event goes away and is replaced with the Event.
11+
**Draft Event**: A calendar event that has pending changes that have not yet been persisted to the database. When a user makes changes to an event in the form, drags the event or resizes its times, the user is operating on a draft event. After the user clicks "Save", the draft event is persisted to the database, and the Draft Event goes away and is replaced with the Event.
1212

1313
**Someday Event**: These have `startDate` and `endDate` like regular timed events, but they have not yet been assigned to a specific time slot on the calendar in the grid. Instead, they are stored in the sidebar (Someday/Maybe list). These may be recurring or standalone.
1414

0 commit comments

Comments
 (0)