I IoanKiss Jul 3, 2007 #1 Hi All, Is there an API for accessing (read/write/update) Windows Vista Calendar database? Thanks.
J Jon Jul 3, 2007 #2 IoanKiss said: Hi All, Is there an API for accessing (read/write/update) Windows Vista Calendar database? Thanks. Click to expand... They're stored in .ics files in plain text format (viewable in notepad), so you could use any methods for manipulating plain text files Otherwise you could google for 'icalendar format' which turns up a number of links explaining the format. Start > Search > Ext:ics to view the calendar files on your system
IoanKiss said: Hi All, Is there an API for accessing (read/write/update) Windows Vista Calendar database? Thanks. Click to expand... They're stored in .ics files in plain text format (viewable in notepad), so you could use any methods for manipulating plain text files Otherwise you could google for 'icalendar format' which turns up a number of links explaining the format. Start > Search > Ext:ics to view the calendar files on your system