I forgot : OS Win XP, or Vista, or eventually Linux
> I'm looking for a freeware to convert ics files (icalendar) to vcs files
> (vcalendar).
Both formats are very closely related. It usually is enough to just
rename them. If the target software complains, adjusting the lines
with [VERSION:x.0] may help. (Set x to 1 for vCal and to 2 for iCal.)
Any program able to replace in plain text files will do this.
Since iCal uses some newer tags (compared to vCal) you may not be
able to access some of the entries of your iCal files. But this
would also be the case after any "real" conversation.
HTH.
BeAr
--
===========================================================================
= What do you mean with: "Perfection is always an illusion"? =
===============================================================--(Oops!)===
> Both formats are very closely related. It usually is enough to just
> rename them. If the target software complains, adjusting the lines
> with [VERSION:x.0] may help. (Set x to 1 for vCal and to 2 for iCal.)
> Any program able to replace in plain text files will do this.
alas, it doesn't work : vcs files I made this way are unreadable...
The plot is to export ics file from Lightning module (in Thunderbird) and
import vcs file in Palm Desktop.
Any other ideas ?
TIA
[iCal -> vCal]
>> Both formats are very closely related. It usually is enough to just
>> rename them. If the target software complains, adjusting the lines
>> with [VERSION:x.0] may help. (Set x to 1 for vCal and to 2 for iCal.)
>> Any program able to replace in plain text files will do this.
>
> alas, it doesn't work : vcs files I made this way are unreadable...
>
> The plot is to export ics file from Lightning module (in Thunderbird) and
> import vcs file in Palm Desktop.
Palm Desktop needs the renaming to *.vcs, the VERSION set to 1.0
*and* the removal of all TZID references inside time related rows.
E.g.:
DTSTART;TZID=/mozilla.org/20070129_1/Europe/Berlin:20080324T000000
needs to be:
DTSTART:20080323T000000
for correct import into Palm Desktop. Do a global search and replace
on the complete TZID string (starting with the semicolon and ending
right before the colon). You can use the complete content from the
TZID line - which will be somewhere near the top of the file - as
search string, but need to prepend a semicolon and to exchange the
colon in this line by an equal sign.
I don't know of any free conversion tools. So this approach may be
your best chance. If you can confirm that the method above works
for you (that may depend on number and kind of events stored inside
the iCal file), I may be able to show you a method to automate this
task. Provided, you don't need that functionality only once... ;-)
ok, I'll give a try that way...
> I don't know of any free conversion tools. So this approach may be
> your best chance. If you can confirm that the method above works
> for you (that may depend on number and kind of events stored inside
> the iCal file), I may be able to show you a method to automate this
> task. Provided, you don't need that functionality only once... ;-)
Oh no ! I'll have to use it daily !
The only way I've found is by using KPilot (A KDE app for *nix) for example:
<http://ubuntuforums.org/showthread.php?t=38162>
hth,
-Craig