Lotus Notes script "Alarms": check status -


I want to know if there is a method or field if the user "appointment" in the postal database if an alarm is over Is not it or not ... I know that the "$ alarm" folder contains only alarms that have not yet been displayed, but there is another way in the lotus notes script to determine the status of each alarm? Unfortunately there are no items to show, if an alarm is "pending", then thanks to

If the item has a $ alarm in a document, then an alarm is enabled. If you check the column in the $ alarm-folder, you can see how much alarms-date-time is:

  @If (@Is available ($ alarmtime); $ AlarmTime; form = "Task"; @ Adjusted (fixed time; 0; 0; 0; 0; $ alarm offset; 0); @Adjust (calendarData; 0; 0; 0; 0; $ alarm offset; 0))  

Either an item is used to calculate the alarm for the $ alarmtime or an $ alarm offset .

But: If there are items, but for one reason, the document is not in the $ alarm-folder, then no alarm will occur.

There is a section where you can get distracted details about each item included in "Dangerous".


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -