Calcon version 0.01

Calendar/Address Book converter

    

Zaurus ʤ󤫤Υɥ쥹Ģ䥹塼 Mac OS XΥɥ쥹֥å
iCal˰ưΤ˽񤭤ޤEntourageapplescript ͳǤǤޤ
񤭽ФϡMac::Applescript module ɬפǤCPANˤޤ
Applescript äƥץꥱΩ夲ɬפ
ߤ

ϥեޥå
    'Zaurus' 	=> 'Calcon::Zaurus_read',
           륹Υǡ CF˥ԡ뤫ǼФ *.BOX ե
           SCHEDULE1.BOX, ADDRESS1.BOX ʤɤǤMI-C1,MI-110 ϻޤ
    'Backup Zaurus' 	=> 'Calcon::Zaurus_backup_read',
           륹ΥХååץǡ *.BCK ǤꥢͳǼä
           Τɤޤ
    'Xcalendar' => 'Calcon::Xcalendar_read',
           Unix X Window  xcalendar εեޥå
    'Vcard' 	=> 'Calcon::Vcard_read',
           VCARD 
    'SLA300' 	=> 'Calcon::Sla300_read',
           ʥå륹
    'iApp' 	=> 'Calcon::iApp_read',
           Mac OS X iCal, Address Book, Applescript ͳǤ
  'Entourage'	=> 'Calcon::Entourage_read',
           Mac OS X Entourage X, Applescript ͳǤ
           ɥ쥹 export եɤޤ®
    'File' 	=> 'Calcon::File_read',
           ȼΥեåȥեեޥå (EUC)

ϥեޥå
    'Xcalendar'	=> 'Calcon::Xcalendar_write',
           Unix X Window  xcalendar εեޥå
    'Vcard' 	=> 'Calcon::Vcard_write',
           VCARD 
    'SLA300'	=> 'Calcon::Sla300_write',
           ʥå륹
  'Address Book'=> 'Calcon::Vcard_Apple_write',
  'AppleScript'	=> 'Calcon::iApp_write',
    'iApp' 	=> 'Calcon::iApp_write',
           Mac OS X iCal, Address Book, Applescript ͳǤ
  'Entourage'	=> 'Calcon::Entourage_write',
           Mac OS X Entourage X, Applescript ͳǤ
    'N702'      => 'Calcon::Vcard_N702iD_write',
	   Docomo äVcard 
    'File' 	=> 'Calcon::File_write',
           ȼΥեåȥեեޥå (EUC)


Ȥ
    perl calcon.pl -f from-format -t to-format file
ե̾ϺǸǤʤȤᡣgetops.pm ¤ʡperl calcon.pl -h 
бեޥåȤΰǤޤformat ϼ̤Ǥǽ
ʸǤ

ƱեȤǤϤʤΤѴޤƱȤϡưǡ
򤹤Τ̤˽񤫤ʤȤ͡ʬǤ Xcalendar ѤϻäƤ
...


    Xcalendar  iCal ˥åץ륹ץȷͳǥǡư
	perl calcon.pl -f x -t i ~/Calendar
    Zaurus CFɤ顢vcard format 
	perl calcon.pl -f z -t v /Voluemes/NO_NAME/__zaurus/S*.BOX > all.vcs
	perl calcon.pl -f z -t v /Voluemes/NO_NAME/__zaurus/A*.BOX > all.vcf
    ʬΥƥȷΥɥ쥹ĢMac OS X  Address Book 
	perl calcon.pl  -t Add > all.vcf
	open all.vcf

tips

    Address Book, iCal ˰ܤˤ vcard ͳ®Ǥ
    ()Address Book ˰ܤȤˤϡɤߤʤδطǥåץ륹ץȤȤ٤

    iCalѤʴɤҴɤΤǤϤʤɤ褦Ǥ
    Ȥꤢɤߤ͡

    SLA300줿ե
          /home/root/Applications/addressbook/addressbook.xml
          /home/root/Applications/datebook/datebook.xml
    ˥ԡޤλˡȤɥ쥹֥åưƤƤ
    ޤ

    Zaurus BOX format version ¸빽ΤɤʤΤ
    ¿⡣񤭽ФϡäѤǤޤ

option

    -d  ǥХåϤ
    -F  ̤ξΤߤϤ (Applescript ٤Τ)
    -c  ΤߤϤ
    -a  ɥ쥹ΤߤϤ



===================

The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the module is installed.

A README file is required for CPAN modules since CPAN extracts the
README file from a module distribution so that people browsing the
archive can use it get an idea of the modules uses. It is usually a
good idea to provide version information here so that people can
decide whether fixes for the module are worth downloading.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  blah blah blah

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2003 Shinji KONO

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

