I am trying to duplicate with Dynamo but i am stuck with my script.
Wish anyone advise my issue
I also want to change filter for the new “duplicated” schedule
thanks everyone
You’re duplicating names (strings), not schedules (elements). Try using the same bool mask, but use All Elements of Category as the input to List.FilterByBoolMask.
Hm what underneath Schedule is ViewSchedule so it is still a View you are about to duplicate, not ElementType. If you are into accomplishing this without using any packages, you can look into this: ViewSchedule Class