I need to create a "Task" just like Outlook tasks.
Additionaly I need tasks to be displayed in WebSchedule calendar.
Looks like Tasks should be implemented as Activity object.
Is this correct?
Are the examples of something like Tasks out there?
Thanks.
At current, WebSchedule is only capable of handling activities that are Appointments. Functionality for tasks has not been implemented; the same is true for meetings, notes, or any other activity types.
You are correct, however, that these kinds of objects would likely be implemented as subclasses of the Activity class.