How to convert the Following json object into MapiCalendarRecurrence.RecurrencePattern. Do we have a generic method to convert this recurrence into Mapi.Recurrence object?

“recurrence”: {
“pattern”: {
“type”: “relativeMonthly”,
“interval”: 1,
“month”: 0,
“dayOfMonth”: 0,
“daysOfWeek”: [
“wednesday”
],
“firstDayOfWeek”: “sunday”,
“index”: “third”
},
“range”: {
“type”: “noEnd”,
“startDate”: “2025-05-21”,
“endDate”: “0001-01-01”,
“recurrenceTimeZone”: “India Standard Time”,
“numberOfOccurrences”: 0
}
}

Hello @mrgoku,

Aspose.Email for .NET doesn’t provide a built-in generic method that directly takes a JSON object and converts it into a MapiCalendarRecurrencePattern.