From 31cedad976fcf99c99a8334b94c427418b8a8232 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 1 Dec 2025 16:33:31 +0200 Subject: [PATCH] documentation: mark "calendar:color" as deprecated --- docs/User Guide/User Guide/Collections/Calendar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/User Guide/User Guide/Collections/Calendar.md b/docs/User Guide/User Guide/Collections/Calendar.md index 7cc60ff7a..ca616821f 100644 --- a/docs/User Guide/User Guide/Collections/Calendar.md +++ b/docs/User Guide/User Guide/Collections/Calendar.md @@ -63,7 +63,7 @@ For each note of the calendar, the following attributes can be used: | `#startTime` | The time the event starts at. If this value is missing, then the event is considered a full-day event. The format is `HH:MM` (hours in 24-hour format and minutes). | | `#endTime` | Similar to `startTime`, it mentions the time at which the event ends (in relation with `endDate` if present, or `startDate`). | | `#color` | Displays the event with a specified color (named such as `red`, `gray` or hex such as `#FF0000`). This will also change the color of the note in other places such as the note tree. | -| `#calendar:color` | Similar to `#color`, but applies the color only for the event in the calendar and not for other places such as the note tree. | +| `#calendar:color` | Similar to `#color`, but applies the color only for the event in the calendar and not for other places such as the note tree. (*Deprecated*) | | `#iconClass` | If present, the icon of the note will be displayed to the left of the event title. | | `#calendar:title` | Changes the title of an event to point to an attribute of the note other than the title, can either a label or a relation (without the `#` or `~` symbol). See _Use-cases_ for more information. | | `#calendar:displayedAttributes` | Allows displaying the value of one or more attributes in the calendar like this:    

![](9_Calendar_image.png)   

`#weight="70" #Mood="Good" #calendar:displayedAttributes="weight,Mood"`  

It can also be used with relations, case in which it will display the title of the target note:   

`~assignee=@My assignee #calendar:displayedAttributes="assignee"` |