epfromer / pst-extractor

Extract objects from MS Outlook/Exchange PST files
59 stars 18 forks source link

This is a question about Task Recurrence Pattern #10

Closed shalomscott closed 3 years ago

shalomscott commented 4 years ago

TL;DR: Is a task's recurrence pattern stored in the .pst file at all? And if so, how can we expose it on PSTTask?

I've been searching for a way to obtain this information for over a day now. Given a PSTTask, we have the #isTaskRecurring property, but how can I get the recurrence pattern? I see that this is available on PSTAppointment via #recurrencePattern. Is this information even stored in the .pst file? I've been scouring Github for other repositories that parse .pst files to see if they etxtract additional properties, but I've come up blank.