Re: libkcal files

2005-07-28 Thread Shea Martin
Hendrik Sattler wrote: > Am Mittwoch, 27. Juli 2005 15:10 schrieb Hendrik Sattler: >> Am Mittwoch, 27. Juli 2005 14:38 schrieb Shea Martin: >> > I am writing a perl script to generate some kcal files. The file format >> > is pretty strait forward. >> >> The file format is documented in RFCs 2425 a

Re: libkcal files

2005-07-27 Thread Hendrik Sattler
Am Mittwoch, 27. Juli 2005 15:10 schrieb Hendrik Sattler: > Am Mittwoch, 27. Juli 2005 14:38 schrieb Shea Martin: > > I am writing a perl script to generate some kcal files. The file format > > is pretty strait forward. > > The file format is documented in RFCs 2425 and 2426. > > > But I can't see

Re: libkcal files

2005-07-27 Thread Hendrik Sattler
Am Mittwoch, 27. Juli 2005 14:38 schrieb Shea Martin: > I am writing a perl script to generate some kcal files. The file format > is pretty strait forward. The file format is documented in RFCs 2425 and 2426. > But I can't see UID's are determined. See chapter 3.6.7 in RFC 2426 For C and Perl:

Re: libkcal files

2005-07-27 Thread Kevin Krammer
On Wednesday 27 July 2005 14:38, Shea Martin wrote: > I am writing a perl script to generate some kcal files. The file format > is pretty strait forward. But I can't see UID's are determined. I > tried generating a random 10 digit number, and appending .999. Then > making sure no even with this

libkcal files

2005-07-27 Thread Shea Martin
I am writing a perl script to generate some kcal files. The file format is pretty strait forward. But I can't see UID's are determined. I tried generating a random 10 digit number, and appending .999. Then making sure no even with this id already exists. This seems to work, as kontact finds th