javascript - Apps for Office 2013: Cannot load custom properties in an outlook item if it is in a shared calendar -


we developing app outlook using apps office javascript api. need able store properties each appointment per user, appointments may or may not reside in logged-in user's calendar. may instead in shared calendar user has been granted read/write access.

however, when using loadcustompropertiesasync method of opened item, fails if appointment shared calendar.

we attempted work around using roamingsettings object, appears these properties not per message (like custom properties are) rather global application, no matter message open have same properties.

is there workaround this? users want able utilize compose app need able use shared calendars.

you use roamingsettings object, store information keyed message. so, suppose need store data on 5 different messages, you'd store 5 items in roamingsettings, each item named can find later while looking @ message in shared calendar.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -