Single category in embedded calender view

Domino/Notes Version: 14.5
Operating System: Windows 11
Client (Notes, Nomad Web, Nomad Mobile, Android/iOS, browser version): Notes


I have a form with an embedded calender view. Everything works fine.

I would like to use the option to show only a single category. But in the calender view there is no possibility to catagorize columns.

Any ideas or work arounds?

Thx in advance.

@Thomas_STT

Hi,

Greetings for the day!

In HCL Notes, calendar entries can be assigned multiple categories. However, if you need to enforce or select only a single category using a formula, the method depends on where the formula is applied.

You can check the “Entries by Category” view in the calendar or use a selection formula to filter the calendar view by a single category, as shown below:

If you require to display only one category in the Calendar view, use the following selection formula in the view:

@IsMember(“Meeting”; Categories)

This formula will show only calendar entries categorized as “Meeting.”

I hope this helps to answer your question.

Thanks & Regards
Hemant Naik

I’ve used it with no problems on calendar views

1 Like