cornerhost wiki   FAQ/iCal UserPreferences
 
HelpContents FindPage Diffs Info Edit Subscribe XML Print View

can I set up iCal?

Yes. You will need to ask Michal to set up WebDav for a particular directory.

Then put this in your .htaccess file for that directory.

AuthName "DAV Restricted"
AuthType Basic
AuthUserFile /web/script/USERNAME/.htpasswd
<LimitExcept GET HEAD OPTIONS>
   Require valid-user
</LimitExcept>

The FAQ/Apache page shows how to set up passwords.

Note: you also need to chmod o+w the directory so you can upload the calendar!

PythonPowered