Davmail/Thunderbird/Exchange 2010/Public Folders

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Davmail/Thunderbird/Exchange 2010/Public Folders
# 1  
Old 12-23-2011
Davmail/Thunderbird/Exchange 2010/Public Folders

I am attempting to try and connect my Thunderbird 8.0/Lightening 1.0 to my Public Folders using Exchange 2010. All works well except for being able to view my Public Folder in which my companies calenders reside. I can view my own calender by setting up, caldav and pointing it to the calendars path:

Code:
http://localhost:1080/users/username@domain/calendar

I attempted using common logic:

Code:
http://localhost:1080/users/username@domain/Public Folders

But to no evail.

I have davmail configured only to use caldav and nothing else. I have it also pointing to the correct "OWA" url. How can one find the path to my public folders in exchange 2010 to be able to point lightening to my public folders?

---------- Post updated at 12:14 PM ---------- Previous update was at 11:45 AM ----------

I did find this but need to find the specific path.

Code:
http://davmail.sourceforge.net/faq.html

Public calendars

To access public folders in Lightning, the URL scheme is:

http://localhost:1080/public/path/to/calendar

To access public folders in iCal, the URL scheme is:

http://localhost:1080/principals/pub...th/to/calendar

Note: iCal does not support folder names with spaces or special characters

Shared calendars

To access a shared calendar in Lightning, the URL scheme is:

http://localhost:1080/users/user@company.com

To access a shared calendar in iCal, the URL scheme is:

http://localhost:1080/principals/users/user@company.com
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

exchange values in a table - exchange numbers

Hello all, This is a bit simple but I cannot do it! I have a big table of values between 0 and 1. some cells have NA instead of having any value. I want to exchange all values with "1" and write "0" for all "NA" . for changing "NA" to zero I used sed: sed -i 's/NA/0/g' input.txt But... (3 Replies)
Discussion started by: @man
3 Replies

2. Shell Programming and Scripting

What are public keys in ssh and how do we create the public keys??

Hi All, I am having knowledge on some basics of ssh and wanted to know what are the public keys and how can we create and implement it in connecting server. Please provide the information for the above, it would be helpful for me. Thanks, Ravindra (1 Reply)
Discussion started by: ravi3cha
1 Replies
Login or Register to Ask a Question