vba - How do I access the calendars under my "Shared Calendars"? -
i trying write outlook macro receives information appointment needs set, , automatically adds correct folders.
one of folders doesn't seem have location. have saved under "shared calendars", , can found on "public folders" part of folders section. can't figure out way access via vba.
i have not found has helped me. ideally able list of available calendars in 1 of these locations , have way select them.
note - not person's shared folder can't accessed doing
.getshareddefaultfolder i looked @ working vba , non-default outlook folders couldn't make of them work how wanted.
i using outlook 2013
just clarify. ideally, want show folders in "shared calendars", can select 1 of folders , add it.
figured out myself!!
so using locals window able find path folder wanted access. able use:
namespace.folders.item("name") note trying - path can't have original "\\" on beginning of path.
Comments
Post a Comment