Tag Archives: ICS

iCalendar support added in Aspose.Network for Java

Aspose.Network icon

We are pleased to announce the release of a new version of Aspose.Network for Java 2.3. In this version, we added the iCalendar component. iCalendar is already part of Aspose.Network for .NET, now you can generate dates according to the specified recurrence pattern in Java.

Below is an example to generate dates based on a recurrence pattern:

String pattern = “DTSTART:19970902T090000\n” +
“RRULE:FREQ=WEEKLY;UNTIL=19971007T000000Z;WKST=SU;BYDAY=SU,MO”;
RecurrencePattern recPattern = new RecurrencePattern(pattern);

// Get all the dates generated by this rule
DateCollection dateColl = … Continue Reading

Posted in Aspose.Email Product Family | Tagged , , , , ,

Save Calendar Entries in PST File as ICS Format using C#

Aspose.Network icon

We are pleased to announce the release of a new version of Aspose.Network for .NET. In this version we added support for exporting calendar items in PST file to ICS format. Saving calendar items as MSG was already available, now with ICS export, you can add or synchronize these calendar items with any other application that understands the common ICS format.

We also added some new methods in our ExchangeWebServiceClient class and provided bug fixes. To view release notes and … Continue Reading

Posted in Aspose.Email Product Family | Tagged , , , , , , , ,