11.2 Setting Apple iCal in Mac OS X 10.4
349
Figure11.5 ThePublish Calendar dialog
Base URL
URL address of the server where the calendar would be published. The URL address must
follow this pattern:
http://server_name/ical[path]
To publish a calendar in the root folder (of a particular mailbox), enter URL in the follow-
ing format:
http://server_name/ical
Topublish a calendar in the calendar folder (of your mailbox), enterURL in the following
format:
http://server_name/ical/calendar
To publish a calendar to the mailbox of another Kerio MailServer user, enter URL in the
following format:
http://server_name/ical/user@domain/folder_name
It is also possible to publish a public calendar. The following URL format must be used:.
http://server_name/ical/public/folder_name
Make sure that URL address does not include forbidden characters and symbols. This
involvesspaces between words. Thespecial %20 character must be used instead of spaces.
Here is an example:
http://mail.company.com/ical/private%20calendar
Theother forbidden characters and symbols can also be replaced by corresponding equiv-
alents. These equivalents are represented by hexadecimal ASCII codes of the particular
characters preceded by the %symbol (see table 11.1).
Besides forbidden symbols, there are other characters that must be encoded. This in-
cludes any national diacritical characters, “?”, “:”, etc. It is also necessary to replace these
characters in URL by their hexadecimal alternatives.