I'm working on a project where we'll be supporting the ability to export an event to Outlook 2007, Outlook 2010, and iCal. I've done some research and found that iCal (to support the iCal program) and vCal (to support Outlook) are basically …
I have a .ics file that I generate from our database that works correctly in iCal, but is flaky in Google Calendar. Sometimes Google Calendar will import the file, but it does not pick up all the events.
Does anyone …
I'm writing some code in C++ to parse vCal/iCal format and it correctly handles UTC and local formats, but now I've found a program that is creating this more complex format that uses specific timezones and I'm not able …