English

Manage Calendar Items using C# .NET

Working with Calendar files is an inevitable part in the proccess of programming any calendar app. They help users manage their time effectively, keep up with currect events, and, overall, be diligent in performing their duties. With our advanced Aspose.Email .NET library, developers can implement this capability easily. In this article, we will explore the notion of calendar items and their usability, learn to create, read and save Calendar ICS files, work with recurring events using C# .NET
August 19, 2023 · 5 min · Margarita Samodurova

iCalendar support added in Aspose.Network for Java

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
September 13, 2011 · 1 min · Saqib Razzaq