![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
I made a VBA code that picks up appointments from my Outlook (2003) calendar and writes them (date, time, subject, location, my user name) in columns of an html table. How could I get also appointments of my workmates and their names to the same table? We have shared our calendars and we are in the same distribution list. Which methods, properties and events would be the most useful to open and read calendars of workmates and get the names of calendar owner? Would it be easier to use distribution list or write the names into the code? Thanks, |
Ads |
#2
|
|||
|
|||
![]()
Use the NameSpace.GetSharedDefaultFolder() function to get the calendar
folders of those workers and then get the appointments the same way you do with your own calendar. You won't get private appointments unless those are shared. I'd go with names, DL's are not real robust in my opinion. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "poiqwery" wrote in message ... Hi, I made a VBA code that picks up appointments from my Outlook (2003) calendar and writes them (date, time, subject, location, my user name) in columns of an html table. How could I get also appointments of my workmates and their names to the same table? We have shared our calendars and we are in the same distribution list. Which methods, properties and events would be the most useful to open and read calendars of workmates and get the names of calendar owner? Would it be easier to use distribution list or write the names into the code? Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2K users not able to see others appointments beyond 60d? | Mbailey | Outlook - Calandaring | 1 | November 17th 07 01:32 AM |
Attendee names appear twice in appointments | Leslie R | Outlook - Calandaring | 0 | July 19th 07 04:50 PM |
Names in file - Others users folders | BrunoRV | Outlook - Installation | 1 | August 10th 06 11:34 PM |
How do I clear the open other users folder names | dot | Outlook - Calandaring | 3 | April 24th 06 05:15 PM |
Change folder names of all users | Gaspar | Outlook and VBA | 5 | March 27th 06 11:40 PM |