MobileMe: Microsoft Exchange data in iCal and Address Book will not sync with MobileM

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS MobileMe: Microsoft Exchange data in iCal and Address Book will not sync with MobileM
# 1  
Old 08-27-2009
MobileMe: Microsoft Exchange data in iCal and Address Book will not sync with MobileM

With Mac OS X v10.6 Snow Leopard, you can configure Address Book and iCal for use with a Microsoft Exchange server.Exchange and MobileMe syncing can be used at the same time, and you can see all of the data on your computer and on the Exchange server. However, data on the Exchange Server will not sync with MobileMe.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Finance::Quote::ASEGR(3)				User Contributed Perl Documentation				  Finance::Quote::ASEGR(3)

NAME
Finance::Quote::ASEGR Obtain quotes from Athens Stock Exchange. SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %info = Finance::Quote->fetch("asegr","minoa"); # Only query ASEGR %info = Finance::Quote->fetch("greece","aaak"); # Failover to other sources OK. DESCRIPTION
This module fetches information from the "Athens Stock Exchange", http://www.ase.gr. All stocks are available. This module is loaded by default on a Finance::Quote object. It's also possible to load it explicity by placing "ASEGR" in the argument list to Finance::Quote->new(). This module provides both the "asegr" and "greece" fetch methods. Please use the "greece" fetch method if you wish to have failover with future sources for Greek stocks. Using the "asegr" method will guarantee that your information only comes from the Athens Stock Exchange. Information obtained by this module may be covered by www.ase.gr terms and conditions See http://www.ase.gr/ for details. LABELS RETURNED
The following labels may be returned by Finance::Quote::ASEGR : name, last, date, p_change, open, high, low, close, volume, currency, method, exchange. SEE ALSO
Athens Stock Exchange, http://www.ase.gr perl v5.12.1 2009-10-05 Finance::Quote::ASEGR(3)