Results 1 to 2 of 2
- 09-20-2011, 12:41 PM #1
Senior Member
- Join Date
- Aug 2010
- Posts
- 148
- Rep Power
- 0
Use iCalendar Component to Generate Dates for Specified Pattern
What's New in this Release?
The long awaited version of Aspose.Network for Java 2.3.0 has been released. It includes 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. Moreover this release also includes support for creating, loading, editing and saving appointments in ICS format. The main new features added in this release are listed below
• iCalendar implementation - Generate dates according to specified recurrence pattern
• Create new appointment and save in ICS format
• Load and manipulate ICS calendar file
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 = recPattern.generateOccurrences();
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.Network for Java documentation that may guide you briefly how to use Aspose.Network for performing different tasks like the followings.
- Add Embedded images to Email Message: Add Embedded images to Email Message - Aspose.Network for Java
- Manage Attachments in Email Message: Manage Attachments in Email Message - Aspose.Network for Java
Overview: Aspose.Network for Java
Aspose.Network for Java is a Non-Graphical Java component that enables Java applications to read and write Microsoft Outlook documents without utilizing Microsoft Outlook. It enables developers to create new MSG file from scratch, update an existing MSG file, read Outlook MSG file & get it's properties like subject, body, recipients in to, cc and bcc, Adding or removing attachment, sender information and MAPI properties. Aspose.Network for Java can be used with Web as well as Desktop Application.
More about Aspose.Network for Java
- Homepage of Aspose.Network for Java: Outlook Component for Java - Create Read & Update Outlook MSG file
- Download Aspose.Network for Java: Aspose.Network for Java - Java Components - Files
- Online documentation of Aspose.Network for Java: Aspose.Network for Java - Documentation
- Demos of Aspose.Network for Java: Aspose.Network Demos - .NET Components Demos
- Post your technical questions/queries to Aspose.Network for Java Forum:
Aspose.Network Product Family - Forums
- Receive notifications about latest news and supported features by subscribing to Aspose.Network for Java blog: Aspose.Network Product Family | Blogs - Aspose.com
Contact Information
Aspose Pty Ltd,
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
File Format Components for .NET Java SSRS SharePoint JasperReports
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465l
- 09-20-2011, 02:34 PM #2
÷òî íàïèñàòü &


Ïîòîì ïðèæàëàñü ãóáàìè ê åãî ãðóäè è ñòàëà ðàññòåãèâàòü åãî øòàíû. Äîåäàé ÿáëîêî è ïîìîãè íàì.
ãîëûå äåâóøêè íà áàëêîíå
Similar Threads
-
strategy pattern and bridge pattern
By jomypgeorge in forum New To JavaReplies: 2Last Post: 12-13-2010, 05:13 AM -
Class pattern to generate following pattern:-
By vxs in forum New To JavaReplies: 5Last Post: 07-14-2010, 11:15 PM -
Logic to generate a pattern
By vijay_2008 in forum Advanced JavaReplies: 3Last Post: 11-23-2008, 02:40 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks