Recurrence

Hi,


I’m looking to use this library for our own custom calendar recurrence. What I’m looking to do is convert the standard recurrence options found in outlook into this format: “DTSTART:20040301T100000\n” + “RRULE:FREQ=WEEKLY;COUNT=10;BYDAY=MO”"

I’d like to use an API similar to what you have in the Aspose.Email.Mail.Calendaring namespace. Using for example the DailyRecurrencePattern class I’m able to build the recurrence rule. What this doesn’t let me do is return the rule I’ve just created in this iCal format. I’ve noticed that the RecurrencePattern class in the Aspose.iCalendar namespace has a ToiCalendar() method on it which seems to return the value I’m looking for but doesn’t have any means of programmatically building the rule.

Is there any way to achieve what I’m looking for?

Thanks
Craig

Hi Craig,


Thank you for writing to Aspose support team.

I have checked the documentation but am afraid to share that no such feature is available where recurrence rule can be build programatically like using MapiCalendarWeeklyRecurrencePattern class to generate a recurrence rule given above.

Please feel free to write us back if you have any other query in this regard.

Ok.


Thanks anyway
Craig