• Anonymous
  • Login
  • Register
OpenNTF Mail Experience - Feature Request: Calendar and Freetime access on Memo form


When I receive mails requesting a meeting time, the two changes described below saves me quite a lot of time.

Instead of switching to the calendar, I simply select one of the two functions Tools\View Calendar or Tools\View Freetime.

The Tools\View Calendar simply opens the calendar in a dialogbox.

The Tools\View Freetime open the standard freetime dialog, allowing me to easily check my colleages freetime information.

I know it's one of these small changes that most people finds insignificant, but to me it's very useful. I think it's one of those features you have to try yourself to really appreciate it ;-)

The code for Tools\View Calendar is:
@Command( [CheckCalendar]; @Now );
@Success


The code for Tools\View Freetime is:
FIELD tmpFTSStartDateTime := @Now;
FIELD tmpFTSEndDateTime := @Adjust(@Now; 0; 0; 0; 1; 0; 0);
FIELD tmpFTSUsername := @UserName;

@Command([FindFreeTimeDialog];"tmpFTSUsername";"";"";"";"";"";""; "tmpFTSStartDateTime";"tmpFTSEndDateTime");

FIELD tmpFTSStartDateTime := @DeleteField;
FIELD tmpFTSEndDateTime := @DeleteField;
FIELD tmpFTSUsername := @DeleteField;



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.