-
Topic
-
Hi,
i want to create a posted task. i wrote the following script.
%
Sub Main(Client, GWEvent)Call GroupWise.NewTask
Call Groupwise.TextSetTo (“Faude, Ralf”, true)
Call Groupwise.TextSetSubject (“[Groupwise] —> Neues Applet erstellen”, False)
Call GroupWise.FocusSet(26, “”)
Call GroupWise.TypeText(“1”)
Call GroupWise.FocusSet(10, “”)
Call GroupWise.TypeText(“Hello “)
Call GroupWise.FontBold(True)
Call GroupWise.TypeText(chr(9) & “Mr Support”)
Call GroupWise.FontBold(False)
‘ Call GroupWise.DateSetEndDateModeEnd Sub
%
Where are my problems:
1. How to create a posted task instead of a “normal” task
2. When i create a task with this code i have to accept the task. I need a task without accepting.
3. how can i set the Enddate of the task
4. the task should placed directly in the calender folderThanks for help
Ralf
- You must be logged in to reply to this topic.