[Evolution] calendar names in evo 2.0
Matt Price
matt.price@utoronto.ca
Wed, 13 Oct 2004 12:32:30 -0400
Hi folks,
am enjoying evo 2.0 very much, thanks for the great new release! I'm
experimenting with a script that parses .ics files and writes event
information to a wiki page -- this is a simple way of integrating
calenders into an already-existing website I have. The script works fine
except that I can't figure out how to identify the name associated with
a given .ics file in evolution. So for instance here's the directory
listing for .evolution/calendar/local:
1095437561.20855.22@anarres/ 1095438327.21663.18@anarres/ system/
1095437570.20855.23@anarres/ 1097201448.821.0@anarres/
presumably evolution stores the "real" names of these calendars
somewhere, but I can't find it e.g. with
grep -r SomeName ~/.evolution/*
I imagine it's hidden in one of the .db files but db_dump won't read
those files -- are they in the BerkleleyDB format?
Anyway, I appreciate any help you can give. Thx,
matt