← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 658119] Re: [trunk] caldav - can not login

 

Hello,

To access Calendars using CalDAV clients, point them to:
iPhone:
        http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c
Sunbird, Evolution:
       http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c/Meetings

To access OpenERP Calendar using WebCal to remote site use the URL like:
        http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics

 Where,
        HOSTNAME: Host on which OpenERP server(With webdav) is running
        PORT : Port on which OpenERP server is running (By Default : 8069)
        DATABASE_NAME: Name of database on which OpenERP Calendar is created
        CALENDAR_NAME: Name of calendar to access

I invalided this bug and convert into question
Thanks.


** Changed in: openobject-addons
       Status: New => Invalid

** Changed in: openobject-addons
       Status: Invalid => New

** Changed in: openobject-addons
       Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/openobject-addons/+question/130514

-- 
[trunk] caldav - can not login
https://bugs.launchpad.net/bugs/658119
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.

Status in OpenObject Addons Modules: Invalid

Bug description:
trying to login following the suggestion in modul description 

http://<myip>:8069/webdav/test_1006/Calendars/Meetings.ics

result
Error code 403.
Message: Forbidden.
Error code explanation: 403 = Request forbidden -- authorization will not help.