Schedule Type is not supported

Schedule Type is not supported

2151110042
Explorer Explorer
236 Views
2 Replies
Message 1 of 3

Schedule Type is not supported

2151110042
Explorer
Explorer

it's always said that even i choose any Schedule Type

2151110042_0-1742629815950.png

 

0 Likes
237 Views
2 Replies
Replies (2)
Message 2 of 3

jeremy_tammik
Alumni
Alumni

Looks like an error in one of the arguments. Please provide the relevant code snippet throwing this exception. If it is in Dynamo, you might be better of discussing in the Dynamo forum:

  

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes
Message 3 of 3

TripleM-Dev.net
Advisor
Advisor

In the API keyschedules are created differently then "normal" schedules.

The Dynamo might let you select "keyschedule" but it's a different kind.

 

See: CreateKeySchedule  and this is for creating a schedule based on a category CreateSchedule  and that ons is the one created by that node.

 

While you have a select node selecting any type the Create Node doesn't accept that type as the API method can't do that. Look if there's a node for creating a Keyschedule.

 

Also try the Dynamo forum.

-Michel

0 Likes