iCal supports the iCalendar standard for calendar data exchange. This permits iCal to exchange data with other web calendar programs such as Apple's Calendar and Google's calendar. The following documentation provides detailed examples of using iCal with Apple, but the concepts can be applied to any iCalendar client program.
The WebDAV server of BBSW iCal must be enabled before any publish requests will be accepted. This is done from the WebDAV Server form available from the BBSW iCal Global Administration Menu. You will see the following two options.
There are two options when publishing to BBSW iCal. You can publish calendars to a specific BBSW iCal calendar only, or you can publish globally and make published data available to all BBSW iCal calendars.
The above is an exampe of how to pubish from Apple' iCal to a specific BBSW iCal web calendar - in this case, a calendar named "mycal".
Publish on: must be set to a Private Server.
Base URL: is assigned the URL that takes you to a
specific calendar (mycal ).
You must have Edit security access for the BBSW iCal calendar in order to publish to it. The login and password for Edit rights can be entered in the Login: and Password: fields. If no security is set on the BBSW iCal calendar it is still necessary to enter something in the Login: and Password: fields. Anything can be entered, but Apple requires entries for these fields.
After successful publication, the events from the Apple calendar will appear on your BBSW iCal calendar. The publish operation places an iCalendar file onto the BBSW iCal server and makes it available only to the specific calendar. You can see the iCalendar file by going to the Add-Ins administration menu for the calendar. You will see something similar to the following on the Add-In menu:
To publish globally and make published data available to all BBSW iCal calendars, the Base URL: field in the publish menu should have no calendar specified. It would look like this:
BBSW iCal never requires a login/password for this method, however Apple iCal requires that you make some entry into these fields. After successful global publication, all BBSW iCal calendars will be able to select the calendar information on the Add-Ins menu.
Apple iCal provides a feature that allows you to Subscribe to other calendars on the Internet. You can use this feature to subscribe to BBSW iCal calendars. From Apple iCal you would do this by choosing Calendar > Subscribe from the menu bar. A dialog box like the one shown below will appear.
In the dialog box you can enter the URL to access your BBSW iCal calendar. A URL similar to the example is all that is necessary, but it is also possible to add additional parameters. The available parameters are:
A URL using the date range parameters would look as follows:
http://yourdomain.com/icalsubscribe/mycal?startyear=2010&startmonth=05&endyear=2011&endmonth=12
The userloginpass parameter is needed when the web calendar has view security assigned. The login name and password are separated by a colon. A URL using this parameter would look as follows:
http://yourdomain.com/icalsubscribe/mycal?userloginpass=login:password
The category parameter can be used to retrieve events that match specific categories. The category names you provide are case sensitive matches with category names assigned by the web calendar. Multiple category names can be listed and are separated with the plus (+) sign.
http://yourdomain.com/icalsubscribe/mycal?category=Meeting+Birthday
The addinfiles parameter specifies if events from Add-In files and from included calendars should be returned. Valid values are yes and no. The default operation is yes.
http://yourdomain.com/icalsubscribe/mycal?addinfiles=no
It is possible to provide Subscripion URLs that
return only events from Published data.
These URLs will take one of two forms:
http://yourdomain.com/mycal/myapple.ics http://yourdomain.com/myapple.ics
The URL should take the first of the two forms seen above if the calendar data is Published to the specific BBSW iCal calendar named mycal. The userloginpass parameter can be used when the specified calendar has edit security. The URL should take the second of the two forms above if the calendar data is Published globally. Calendars Published globally will always have read access.
The URL's described here can be used with any application program that can read iCalendar data files. This could include Apple's iCal, Google's calendar or any other iCalendar compliant program.
BBSW iCal also allows you to subscribe to other calendars. You can find a number of iCalendar files on the web. To subscribe, you must go from the administration menu of any BBSW iCal calendar to the External iCalendar menu option. Here you will find a form similar to the following:
To add a calendar you need only enter the address and choose a display name. You can pull calendar data from any source that can deliver an iCalendar file. This means you can pull from Google calendars open to the public, other BBSW iCal calendars, as well as Calcium calendars.