Sponsored Content
Special Forums UNIX and Linux Applications Davmail/Thunderbird/Exchange 2010/Public Folders Post 302584502 by metallica1973 on Friday 23rd of December 2011 12:14:59 PM
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
 

2 More Discussions You Might Find Interesting

1. 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

2. 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
Finance::Quote::ASX(3)					User Contributed Perl Documentation				    Finance::Quote::ASX(3)

NAME
Finance::Quote::ASX - Obtain quotes from the Australian Stock Exchange. SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("asx","BHP"); # Only query ASX. %stockinfo = $q->fetch("australia","BHP"); # Failover to other sources OK. DESCRIPTION
This module obtains information from the Australian Stock Exchange http://www.asx.com.au/. All Australian stocks and indicies are available. Indexes start with the letter 'X'. For example, the All Ordinaries is "XAO". This module is loaded by default on a Finance::Quote object. It's also possible to load it explicity by placing "ASX" in the argument list to Finance::Quote->new(). This module provides both the "asx" and "australia" fetch methods. Please use the "australia" fetch method if you wish to have failover with other sources for Australian stocks (such as Yahoo). Using the "asx" method will guarantee that your information only comes from the Australian Stock Exchange. Information returned by this module is governed by the Australian Stock Exchange's terms and conditions. LABELS RETURNED
The following labels may be returned by Finance::Quote::ASX: date, bid, ask, open, high, low, last, close, p_change, volume, and price. SEE ALSO
Australian Stock Exchange, http://www.asx.com.au/ Finance::Quote::Yahoo::Australia. perl v5.12.1 2009-10-05 Finance::Quote::ASX(3)
All times are GMT -4. The time now is 04:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy