Re: Access Address Book or iCal

2005-11-09 Thread David Bovill

On 6 Nov 2005, at 19:52, woodywoodpecker wrote:

Do you use Applescript or have you find a way to read the  
AddressBook.data??


AppleScript.

Also it reads and writes to a shared LDAP address book and I am  
trying to figure out a simple way to store xtra metadata in the Apple  
Address Book sensibly.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Access Address Book or iCal

2005-11-09 Thread Andre Garzia


On Nov 9, 2005, at 4:30 PM, David Bovill wrote:


On 6 Nov 2005, at 19:52, woodywoodpecker wrote:

Do you use Applescript or have you find a way to read the  
AddressBook.data??


AppleScript.

Also it reads and writes to a shared LDAP address book and I am  
trying to figure out a simple way to store xtra metadata in the  
Apple Address Book sensibly.


David,

I have made some experiments with vObjects (vCard and iCal files). My  
routines are a little naive since they where more like hacks. If they  
were to be put to real work, they needed some better error handling  
and veryfication. But they are here:


http://www.soapdog.org/vObjectPackage.rev

Also included in the stack are the RFC for vCard and iCal which are  
both, very good reading.


cheers
andre



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Access Address Book or iCal

2005-11-08 Thread woodywoodpecker



Do you use Applescript or have you find a way to read the  
AddressBook.data??



Op 4-nov-2005, om 18:29 heeft David Bovill het volgende geschreven:


On 4 Nov 2005, at 16:58, Stephen Barncard wrote:

iCal uses an industry standard format - and it's XML. The files  
live in the library somewhere...


Not quite - iCal uses the vCal standard. Recent version of iCal  
uses XML based pList files to created indexes of the wierdly named  
files - but that is a minor point. I am working on both cVard, vCal  
and Apple Address Book integration over the last week - should be  
finished the first beta on Wednesday - any testers?

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Access Address Book or iCal

2005-11-05 Thread David Bovill
Mainly working on the interface at the moment to make it flexible to  
extend - hence the Geometry questions :)


On 4 Nov 2005, at 18:48, Andre Garzia wrote:


David,

I also did some vObject library, if you want I can send to  
you... :D (the library needs more error checking)


Would be great - the scripts I have for vCal, vCard are no way  
complete, aim to move onto that after Wednesday. Would be great to  
merge the two libraries - but see note below.


On 4 Nov 2005, at 18:32, Richard Gaskin wrote:

David Bovill wrote:

I am working on both cVard, vCal and Apple  Address Book  
integration over the last week - should be finished the  first  
beta on Wednesday - any testers?




Wanna sell that library?  That'd be quite a time-saver.


Not aiming to do this as a money earner - but do aim to release it in  
a way which demonstrates how members of this community could work  
together on products which are to be released open source but which  
in they can also be paid to develop.


So the Address Book will be released free for anyone to use on a non- 
commercial basis, while anyone using it for their company business or  
bundling it into commercial products will be required to pay a small  
fee.


The product will have a fixed bounty roughly equivalent to the  
commercial cost of development. Once this bounty has been paid up, or  
at which ever point all the contributors agree, the code and  
interfaces will be released under an open source license - frankly i  
don't care which.


Any developers contributing to the libraries or application design  
will be issued digital shares in the product - entitling them to a  
share in all revenues (if there are any from the product).


Current Functionality

1) Customisable interface based on your own workflow

2) Reads and writes from Apple Address Book

3) Reads and writes to text files (XML or vCard)

4) You can extend the fields and data to be stored - dumped at  
the end of the notes field f using Apple Address Book.


3) Reads and writes to your own or a shared LDAP database (via  
web services)


Planned functionality

1) Use your own database

2) Searchable skills database for Rev developers

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Access Address Book or iCal

2005-11-04 Thread Paul Claude
On 21 feb Joel Guillod asked for this:

 Is there a way to access to the Mac OS X Address Book from Revolution?
 I found that RealBasic provides classes to do this so you can read from
 or write to the
 Address Book.

Someone knows a way to access Address Book or iCal files without using
AppleScript?


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Access Address Book or iCal

2005-11-04 Thread Stephen Barncard
iCal uses an industry standard format - and it's XML. The files live 
in the library somewhere...



On 21 feb Joel Guillod asked for this:


 Is there a way to access to the Mac OS X Address Book from Revolution?
 I found that RealBasic provides classes to do this so you can read from
 or write to the
 Address Book.


Someone knows a way to access Address Book or iCal files without using
AppleScript?


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



--
stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Access Address Book or iCal

2005-11-04 Thread David Bovill

On 4 Nov 2005, at 16:58, Stephen Barncard wrote:

iCal uses an industry standard format - and it's XML. The files  
live in the library somewhere...


Not quite - iCal uses the vCal standard. Recent version of iCal uses  
XML based pList files to created indexes of the wierdly named files -  
but that is a minor point. I am working on both cVard, vCal and Apple  
Address Book integration over the last week - should be finished the  
first beta on Wednesday - any testers?

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Access Address Book or iCal

2005-11-04 Thread Richard Gaskin

David Bovill wrote:
I am working on both cVard, vCal and Apple  
Address Book integration over the last week - should be finished the  
first beta on Wednesday - any testers?


Wanna sell that library?  That'd be quite a time-saver.

--
 Richard Gaskin
 Managing Editor, revJournal
 ___
 Rev tips, tutorials and more: http://www.revJournal.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Access Address Book or iCal

2005-11-04 Thread Andre Garzia


On Nov 4, 2005, at 9:47 AM, Paul Claude wrote:


On 21 feb Joel Guillod asked for this:

Is there a way to access to the Mac OS X Address Book from  
Revolution?
I found that RealBasic provides classes to do this so you can read  
from

or write to the
Address Book.


Someone knows a way to access Address Book or iCal files without using
AppleScript?




well, if you're not using applescript (which is the easier way to  
access address book and ical), you can always write your own vCard  
and iCalendar files and iCal/Address Book will read them.


cheers
andre




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Access Address Book or iCal

2005-11-04 Thread Andre Garzia


On Nov 4, 2005, at 1:58 PM, Stephen Barncard wrote:

iCal uses an industry standard format - and it's XML. The files  
live in the library somewhere...


iCal uses iCalendar (aka vCalendar 2.0), which is a industry standard  
but not XML, iCalendar is the only good format that came out of IBM/ 
Microsoft labs IMHO.


Maybe iCal uses XML internally, but one should not fiddle with those.  
(meaning, it can break)


cheers
andre
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Access Address Book or iCal

2005-11-04 Thread Andre Garzia


On Nov 4, 2005, at 3:29 PM, David Bovill wrote:


On 4 Nov 2005, at 16:58, Stephen Barncard wrote:

iCal uses an industry standard format - and it's XML. The files  
live in the library somewhere...


Not quite - iCal uses the vCal standard. Recent version of iCal  
uses XML based pList files to created indexes of the wierdly named  
files - but that is a minor point. I am working on both cVard, vCal  
and Apple Address Book integration over the last week - should be  
finished the first beta on Wednesday - any testers?


David,

I also did some vObject library, if you want I can send to you... :D  
(the library needs more error checking)


Cheers
andre



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution