![]() |
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 |
#11
|
|||
|
|||
![]()
Actually, I was just thinking: Could I add a hook in
creating/editing/deleting calendar items? Like, when a user creates something in their calendar, I could check to see if I'm interested, and add it to a calendar in a public folder. Let me know if that can be done. From what I've seen so far, adding things to public calendars is not supported in CDO. So let me know if there is any way to do this -- in Outlook, or in talking to Exchange, or something else. - Sean |
Ads |
#12
|
|||
|
|||
![]()
Yes, that can be done, but it's not quite that simple, because you'd also want to handle updates to the original items. Tom Howe's Enterprise Calendar sample from http://www.slipstick.com/calendar/scheduleall.htm shows one approach.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx wrote in message oups.com... Actually, I was just thinking: Could I add a hook in creating/editing/deleting calendar items? Like, when a user creates something in their calendar, I could check to see if I'm interested, and add it to a calendar in a public folder. Let me know if that can be done. From what I've seen so far, adding things to public calendars is not supported in CDO. So let me know if there is any way to do this -- in Outlook, or in talking to Exchange, or something else. - Sean |
#13
|
|||
|
|||
![]()
Okay, I'll take a look. It's good to know that there are ways to do
this. I may end up doing this through the web. Is there a way to iterate through users' calendars and gather information (e.g. Subject, Type, Start Time, and End Time)? I don't care if this is slow or fast. - Sean |
#14
|
|||
|
|||
![]()
Yes, the Namespace.GetSharedDefaultFolder method can return other calendar folders for which you have permission. They can also be accessed with CDO 1.21.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx wrote in message ups.com... Okay, I'll take a look. It's good to know that there are ways to do this. I may end up doing this through the web. Is there a way to iterate through users' calendars and gather information (e.g. Subject, Type, Start Time, and End Time)? I don't care if this is slow or fast. - Sean |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cannot enter data in custom fields in TaskPad | Roshan Q | Outlook - Calandaring | 3 | April 13th 06 08:26 PM |
Backup contact data created using custom forms | Mary Ann | Outlook - Using Contacts | 4 | March 2nd 06 11:31 PM |
Sub Calendars items show up in master calendar | Bob | Outlook - Calandaring | 2 | February 25th 06 02:07 PM |
Merging data between tab pages on custom forms | Sue Mosher [MVP-Outlook] | Outlook and VBA | 0 | February 1st 06 04:41 PM |
Can custom form data populate access database | jbtempe | Outlook - Using Forms | 1 | January 20th 06 03:02 PM |