After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 271546 - Can't subscribe to other user's calendar with non-english Exchange server
Can't subscribe to other user's calendar with non-english Exchange server
Status: RESOLVED FIXED
Product: Evolution Exchange
Classification: Deprecated
Component: Connector
2.0.3
Other All
: Normal major
: 2.5
Assigned To: Chenthill P
Ximian Connector QA
Depends on:
Blocks: 327514
 
 
Reported: 2005-01-20 19:26 UTC by Andreas Karajannis
Modified: 2006-01-18 13:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas Karajannis 2005-01-20 19:26:17 UTC
Description of Problem:
Can't subscribe to other user's calendar

Additional Information:
This works with 1.4.x
Running both versions (1.4.x and 2.x) with E2K_DEBUG reveals the following:

Both issue a
PROPFIND /exchange/<user>/NON_IPM_SUBTREE.

The server returns:
...
 <a:prop>
  <d:calendar>http://<server>/exchange/<user>/Kalender</d:calendar>
 </a:prop>
...
Note the german foldername 'Kalender'

Whereas connector 1.4 uses this path information by issuing 
PROPFIND /exchange/<user>/Kalender/,
connector 2.x instead queries /exchange/<user>/Calendar/ ignoring the path
name in the server response and thus fails to open this non existant folder.
Comment 1 Chenthill P 2006-01-11 10:32:53 UTC
The calendar name was not marked for translation 
Comment 2 Chenthill P 2006-01-13 10:19:18 UTC
Fix has been committed.