Vision PIM Software: ... Vision PIM VPCC VMail VisionTLS ...
|
VCal is an opensource calendar standard for Vision PIM . VCal and export itself to an RSS/ RDF/ WDP feed or publish itself to the internet using WebDAV and PHP. It can export to the iCalendar or vCalendar formats as well. VCal is NOT VCalendar that is a different format.
1 Basic format of a VCal file (v0.1)
VisionDocument=VCAL;
VisionVersion=1.0;
X-Generator=Vision Calendar;
{calendar}
Name=Test%spCalendar;
X-Description=Some%spdescription%spabout%spmy%spcalendar;
{events}
EVENT[1]=START_T:07+29+30;END_T:07+45+59;START_D:06+11+2004;END_D:06+11+2004;
LAST_DAY:false;LOCATION:Home;NAME:Test;NOTE:Test;CATEGORIES:%c1+%c2
{tasks}
TASK[1]=START_T:07+29+30;END_T:07+45+59;START_D:06+11+2004;END_D:06+11+2004;
LAST_DAY:false;LOCATION:Home;NAME:Test;NOTE:Test;CATEGORIES:%c2;
STATUS:important;PRIORITY:high;COMPLETED;false;PERCOMPLETE:90;
{categories}
CATEGORY[1]=NAME:personal;COLOUR:blue;
CATEGORY[2]=NAME:holidy;COLOUR:red;
{X-filehistory}
X-FILEHISTORY=true;
X-BEIGN-->Sat, 06 Nov 2004 07:36:15 SAST;
X-SAVE-->Sat, 06 Nov 2004 07:37:00 SAST;
X-SAVE-->Sat, 06 Nov 2004 07:44:52 SAST;
X-CREATE-->Sat, 06 Nov 2004 07:50:25 SAST "wdp feed";
2 External Links
Homepage