Aspose ICalendar programming

Dear Sir,


can i add my task table to icalendar or can i connect this calendar to sql server 2000.
where i can add more fields to display or customized according to my requirements.

Please help me with some code if possible.

Regards,
Ghazi

Hello Ghazi,


Thank you for inquiry.

Aspose.iCalendar component is a recurrence pattern engine which implements part of iCalendar RFC 2445. Please refer to http://www.aspose.com/documentation/.net-components/aspose.network-for-.net/the-icalendar-rfc-2445.html for details.

It can return the array of dates as mentioned in an example here. It does not provide any methods of storing any task information to database. You need to use ADO.NET for storing task information with the dates returned by the RecurrencePattern.GenerateOccurrences() method.