View Single Post
I've been working with RobTrew's particular piece of code and also experimenting and researching lots of other ideas that I've found within the forum. At one point I had an Applescript that would generate an HTML Full Report, went through and renamed each iCal to the resource's name and then deleted all the other files. However, when testing it with our full studio project file the exporting crashed Omniplan (mind you, this project file has over 30 resources and has tasks that go as far back to 2008) and rendered my Applescript useless (boo hoo).

Another method I attempted was to iterate through each resource, set the "filtered" value to "true" and then export the project as an iCal. The problem that occured with this method was that even though I was setting "filtered" to a boolean, it wouldn't take it and came back with the error:

OmniPlan got an error: [ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key isFilteredOut

I'm about ready to call quits on this! I just haven't the time to invest in it further, especially with currently no proven methods to do this, so I'd like to request some way of being able to export each resource's scheduled tasks as an iCal file and the option to specify the start and end period would be nice too. If the export could also be named what the resource is named, then that would be pretty spiffy too.