PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Bash-Script: CSV in ICS (Importdatei für iCal, etc.) konvertieren



John L.
18.08.2010, 20:09
Dieses Script liest aus einer bestehenden *.CSV Datei Daten aus und erzeugt dann eine *.ICS Datei. Diese kann in iCal, MS Outlook 2010, etc. importiert werden. Das Script kann "von-bis" und "ganztägige" Ereignisse erzeugen.
Alle wichtigen Infos zum Gebrauch sind im Kopf der Datei enthalten.

This Script reads data from an existing *.CSV file and creates a *.ICS file which can be imported in iCal, MS Outlook 2010, etc. The script can handle "start-end" and "whole-day" entries.
All necessary info for using the script can be found in the starting section of the script.

Have fun,
John L.