If you perform an HTTP GET on a calendar collection, the server will return a 
monolithic icalendar containing all the events.  So a combination of crontab + 
curl on the external machine should do the trick.  Something like:

curl -u user:password -o calendar.ics 
http://calendarserver.example.com:8008/calendars/users/username/17E1DFCF-66B5-41C1-9A71-8E1FFAD92EB0/


On Sep 8, 2011, at 6:09 AM, Matthew Ford wrote:

> Hi,
> 
> Is there some way I can (programatically, if necessary) have calendarserver 
> publish a calendar as an .ics file to an external server such that someone 
> subscribing to the ics file is kept up to date?
> 
> From iCal I can publish a calendar, but if I have created a calendar on the 
> server that option is no longer available to me client side.
> 
> Mat
> _______________________________________________
> calendarserver-users mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users

_______________________________________________
calendarserver-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users

Reply via email to