Hi there,
I have been developing an app to pull my outlook contacts and calendars into the app, which has worked well except for the 'notes' section of the contact, and the 'agenda' or 'details' section of the calendar events.
I can find nearly every other section within the 'fields' categories within the galleries, but not this one. I can only locate the 'body' field which returns HTML, but it does not make sense to me and doesn't seem to contain the 'notes' section that i'm looking for.
Is is an extra/delete column problem, or is there another way to pull these sections of my outlook? Any advice is welcome!!
Solved! Go to Solution.
Hi @TimtheHo
MyCalendarEvents > Body provides the notes and you can get plain text using
PlainText(ThisItem.Body)
Thanks.
Hi @TimtheHo
MyCalendarEvents > Body provides the notes and you can get plain text using
PlainText(ThisItem.Body)
Thanks.
Thanks for that!
Secondly, I'm trying to do the same when pulling the 'notes' section from an outlook contact, i've tried using the same method but it doesn't work, is there another formula to help with that?
Hi @TimtheHo
Can you share screen shot on what you are getting and what is the expected result
Thanks.
Aiming to pull that Notes section - so far i've been able to pull every other column.
User | Count |
---|---|
262 | |
110 | |
98 | |
54 | |
39 |