• Anonymous
  • Login
  • Register
OpenNTF Mail Experience - Feature Request: Add icon for alarm and private in calendar view


I have found that the ability to see if an appointment has alarm set is a very useful feature.
I have made a change to the calendar view, so that I have icons for type, privacy and alarm.
I know that the key icon is shown if the appointment is private, but then the appointment type icon is not visible. I have been very satisfied with this change and though others might like it too.

I have changed the icon column to the following formula (and changed the column width to 4):

@TextToNumber(
@Trim(
@If(
(AppointmentType = "3" & ( !@IsAvailable($BusyPriority) & !@IsAvailable(PostedDate))); "58";
(Form = "Task" & DueState = 9); "82";
(TaskType = "2" & !@IsAvailable(_ViewIcon)); "58";
Form = "Task" & duestate = 0; "150" ;
AppointmentType="4"; @Text(_ViewIcon);
AppointmentType="1";"177";
(AppointmentType != "1" & BookFreeTime = "1"); "12";
@Text(_ViewIcon)) :
@If( OrgConfidential = "1"; "61"; "") :
@If( $Alarm = 1; "15"; "")
))



Taken Actions by Owners

Owners have rejected the request.



In this field you can enter the actual request.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.