BEGIN:VCALENDAR VERSION:2.0 PRODID:-//SKYRIX Software AG//SKYRiXgreen/scheduler/ems3fbd v.3.1// BEGIN:VFREEBUSY ORGANIZER:Unknown DTSTAMP:20020823T072100Z DSTART:20020823T072100Z DEND:20020827T072100Z FREEBUSY;FBTYPE=BUSY:20020824T090000Z/20020824T100000Z END:VFREEBUSY END:VCALENDARIf this is the case, the server works and you will be using the right entries. The Free and Busy informations of the other users can also be retrieved this way. Simply replace the login name tux at the end with that of another user.
http://support.microsoft.com/default.aspx?scid=KB;EN-US;q291621&
An excerpt:# NOTE: For servers with Anonymous Login disabled for FTP, you must use the following URL format that allows you to log on when you publish: ftp:// User: Password@ftp.domain.com/Usersfolder/Freebusy/Myname.vfb where User is the username of the account and Password is the password associated with the account.Outlook 2002 does not recognise user:passwort in the upload URL. Regardless what you have entered, it will be substituted by anonymous:IEUser@.
log_ftp_protocol=YESto the configuration file
/etc/vsftpd.conf
and having a look at the log /var/log/vsftpd.log
after Outlook 2002 tried to to login. Without sufficient access the server refuses the command STOR which will be shown from Outlook as an error message.