Create Area Schedule Using ScheduleView.CreateAreaSchedule Node

This may be a beginner question, but how do I access the ScheduleView.CreateAreaSchedule node? (https://github.com/DynamoDS/DynamoRevit/pull/2013)

I understand that it’s part of the Dynamo repository, but I’m not familiar with how to use the repository. How do I bring in this node into Dynamo for use? Do I need to create a custom node?

I’m new to all of this and a bit rusty on my coding skills. I’m using Dynamo 2.0. Thanks for any help!

if you’re in Dynamo Revit, update to the latest 2.0 version and it should be there.

Yes, I’ve updated to the latest Dynamo Revit version 2.0.2 and I still don’t see this node. I only see the ScheduleView.CreateSchedule node, not the one for area schedules. dynamo%20version

If you search for it, it should show.

if not, try updating to the latest version of 2.1 in the Daily Builds, found here:

http://dynamobuilds.com/

Yes, that worked! Thank you! Just out of curiosity, do you know when 2.1 will be officially released?

For an official 2.1.0 release, we do not have a date at this time, but follow along here so you’ll know when we do: Blog - Dynamo BIM. :smiley:

Sorry to open a 10 month older post, but I need to ask if there is any way of of reproducing the CreateAreaSchedule node behavior in python (or in any other way). We need to create schedules in bulk for a project in rvt2018 and we are using dynamo 2.0.2.

As far as I understood, Dynamo 2.1 has the CreateAreaSchedule node, but that version of dynamo works only with rvt2020. Is that correct?

Thank you