I'm familiar with how to pull data from the MongoDB, the basics of its layout, the Server Use macro, etc.
But what I think is missing from the Server Use macro is a process to project forward the expected use in order to identify the best times for new schedules to be added.
I get the idea that this information can somehow be pulled from AS_Schedules, by converting the text in IterationFormula into something that can be used by the Generate Rows tool. Whereby one row is added for each next date in the iteration sequence, as long as the date is less than (set variable date here), for example Current Date + 28 to see what the busy times will be over the next 28 days)
Has anyone done this or know how to do this?