
ics file format, the code sample calls the SaveAsICal method of the CalendarSharing object.

Then it sets properties of the CalendarSharing object to specify criteria for the export, such as whether to save the entire calendar and include details of appointments that are marked "private". The code sample first calls GetCalendarExporter on the default Calendar folder to obtain a CalendarSharing object.

While saving the calendar, the Outlook window appears unresponsive to the user. Depending on the size of the calendar being saved, saving a calendar to disk can take a significant amount of time. ics file so that recurring appointments are not saved as individual appointments in the. This code sample uses the CalendarSharing object that supports saving a whole calendar or a range of appointments from the calendar to disk. ical looks like when opened up in notepad BEGIN:VCALENDARĭTSTART TZID="Eastern Standard Time":20140207T073000ĭTEND TZID="Eastern Standard Time":20140207T080000 not just unique to the web app being used. I've read online that this seems to be common. The problem is, if I put multiple rows in my Excel spreadsheet, the final ICS version opens as an "Other Calendars"Ĭan I make it so that the ICS file items are added to my Calendar, and not "Other Calendars"? I can open the ICS file with a single event inside, and accept the meeting invitation, which is then added to my calendar. then convert my CSV file into an ICS file. When I convert my Excel spreadsheet to a CSV file.
