Here's our scenario:
- We've created a sharepoint 2007 calendar on our intranet site
- We want to run a daily job to export a subset of the events to an rss file
- Another job will move the rss file to our public web site
We have some funny restrictions where we can't simply publish the rss feed to the public. We have to go this export route.
I'm not clear on how to accomplish step 2. Ideally, we wouldn't have to write a lot of custom code to accomplish this.
Thanks.