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.
TL;DR: Is a task's recurrence pattern stored in the
.pst
file at all? And if so, how can we expose it onPSTTask
?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 onPSTAppointment
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.