apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
486 stars 136 forks source link

Make iCal Server to provide subscriptions or feeds #275

Closed macosforgebot closed 15 years ago

macosforgebot commented 15 years ago

alex.thurley@… originally submitted this as ticket:345


It just happened that I got the request make our group calendar entries for 2 group calendars accessable in a website build in typo3. All calendar plugins for typo3 require an ics-file that can be read out. This should not be a problem for a calendar of an individual user that could be copied to a special place where it is then later taken to the typo3 calendar plugin, but with group calendars we've got an ics file for each event. At the moment we help us and perform a cat, e.g.: cat /Library/CalendarServer/Documents/calendars/uids/UID/calendar/* > /location/accessable/to/typo3....

Or does anybody know an easy way to accomplish this very simple need?

Thanks!

Alex

macosforgebot commented 15 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:345


The calendarserver_export tool can do this.

macosforgebot commented 15 years ago

alex.thurley@… originally submitted this as comment:2:⁠ticket:345


Replying to wsanchez@…:

The calendarserver_export tool can do this.

Thank you. Since I'm new here, I assume I have to download the sourcecode and then find that script, correct? Which calendarserver version would I download so that the export tool would work in 10.5.7 server? And is it possible to let this script run via launchd each let's say 15 minutes? Or does it take much cpu power?

Thanks,

Alex

macosforgebot commented 15 years ago

@wsanchez originally submitted this as comment:3:⁠ticket:345


That script works on the 2.x versions of the server. You would have to back-port it to the 1.x server in order to get it to work there. That should be fairly straightforward.