Posted 11 October 2020, 1:43 am EST
I’ve been able to create a new task from code behind no problem but am unable to create a summary task. If I try and set summary equal to true I get an error indicating Set is private so I cannot use it. Is there another way aside from adding the items directly to the SQL database?
Dim t As Task = New Task() tasks.Add(t) t.Mode = TaskMode.Automatic t.Name = "New Task"
Thanks,
Jason