Creating a Multi-Category Schedule

Hopefully just a quick question as I feel like I’ve come across this before and it wasn’t possible, but I couldn’t find anything on it in the forum.

Is there a way to create a multi-category schedule with the ootb nodes?


If not, is there a way to do it through Python?

Still a little curious about the ootb nodes, but I did figure out how to do it with the API.

id = ElementId.InvalidElementId
newSchedule = ViewSchedule.CreateSchedule(doc,id)
1 Like

Hi Nick

Can I ask, did you find an OOTB solution for your post above? I am not sure how to implement your code solution. Any help would be very appreciated.

Many thanks
Tim