> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Preference section DiaryView

> Preference section DiaryView

To view all preferences in this section, use the following SQL:

```SQL theme={null}
SELECT * FROM UserPreference WHERE prefsection='DiaryView'
```

Diary preferences control the calendar display in the diary panel.

| Preference             | Description                                                                                                         | Default                                    | Control type | Access                          |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ | ------------ | ------------------------------- |
| AllDayEndTime          | End time for an all-day meeting                                                                                     |                                            | Date         | Admin, Crm, Admin users, Wizard |
| AllDayStartTime        | Start time for an all-day meeting                                                                                   |                                            | Date         | Admin, Crm, Admin users, Wizard |
| DefaultAlarmTime       | Default number of minutes before a follow-up alarm is triggered                                                     |                                            | Number       | Admin, Crm, Admin users, Wizard |
| DiaryStartTime         | Specifies the time your calendar starts in the morning.<br />Use a number to indicate the whole hour.               | 8<br />(your calendar will start at 08:00) | Number       | Admin, Admin users, Wizard      |
| DiaryViewAssociates    | A comma-separated list of the associates and resources to display in the group view                                 |                                            | Text         | Wizard                          |
| DiaryViewNumAssociates | Number of columns to display in the group view                                                                      |                                            | Number       | Wizard                          |
| DiaryViewSubList       | Preference used to remember the setup/state of the Filter dialog                                                    |                                            | Number       | Wizard                          |
| DiaryViewShowUserGroup | Preference used to remember the current diary view                                                                  |                                            | Text         |                                 |
| LunchEndTime           | End time for your lunch-break                                                                                       |                                            | Date         | Admin, Crm, Admin users, Wizard |
| LunchStartTime         | Start time for your lunch-break                                                                                     |                                            | Date         | Admin, Crm, Admin users, Wizard |
| SecretaryMode          | Keeps the current diary owner in all panels                                                                         | NO                                         | Bool         | Admin, Crm, Admin users, Wizard |
| SilentAfter            | The alarm can be silenced after a given number of minutes to avoid unnecessary office disruption when you are away. |                                            | Number       | Admin, Crm, Admin users, Wizard |


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.DiaryView](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.DiaryView.md)
- [DiaryView table](/en/database/tables/diaryview.md)
- [Diary](/en/diary/learn/index.md)
- [NSDiaryViewEntity](/en/automation/crmscript/reference/CRMScript.NetServer.NSDiaryViewEntity.md)
- [DiaryViewRow table](/en/database/tables/diaryviewrow.md)
- [SuperOffice.WebApi.Data.DiaryViewEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.DiaryViewEntity.md)
