![]() |
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 need to read all the appointments for the currently focused day into variables for use in a 3rd party adaptive-access application. Where would I find examples of doing this? What I need to do is retrieve the appointment properties for each appointment within the current day the user has focused on within the Day View of their calendar. I just need to retrieve the data, not set it, so any code examples of how to retrieve that data would be greatly appreciated! -- Thanks, Dennis |
Ads |
#2
|
|||
|
|||
![]()
Am Fri, 29 Sep 2006 21:27:54 -0400 schrieb DENNIS BROWN:
This sample shows how to get all appointments of a specific day: http://www.vboffice.net/sample.html?...3&cmd=showitem Call it like this: Dim Result as Outlook.Items Dim Count as Long Count=AppointmentsAtDay(Date, Result) If Count 0 Then ... Endif You can then loop through the Result collection and read each objects properties. To get the selected day you need a workaround: Create an AppointmentItem and read its Start property. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Hi, I need to read all the appointments for the currently focused day into variables for use in a 3rd party adaptive-access application. Where would I find examples of doing this? What I need to do is retrieve the appointment properties for each appointment within the current day the user has focused on within the Day View of their calendar. I just need to retrieve the data, not set it, so any code examples of how to retrieve that data would be greatly appreciated! |
#3
|
|||
|
|||
![]()
Thanks! That'll give me a start!
-- Thanks, Dennis "Michael Bauer [MVP - Outlook]" wrote in message .. . Am Fri, 29 Sep 2006 21:27:54 -0400 schrieb DENNIS BROWN: This sample shows how to get all appointments of a specific day: http://www.vboffice.net/sample.html?...3&cmd=showitem Call it like this: Dim Result as Outlook.Items Dim Count as Long Count=AppointmentsAtDay(Date, Result) If Count 0 Then ... Endif You can then loop through the Result collection and read each objects properties. To get the selected day you need a workaround: Create an AppointmentItem and read its Start property. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Hi, I need to read all the appointments for the currently focused day into variables for use in a 3rd party adaptive-access application. Where would I find examples of doing this? What I need to do is retrieve the appointment properties for each appointment within the current day the user has focused on within the Day View of their calendar. I just need to retrieve the data, not set it, so any code examples of how to retrieve that data would be greatly appreciated! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
why can't I see sychronised appointments in outlook | Ekralc | Outlook - Calandaring | 0 | August 16th 06 06:21 PM |
Outlook will not save appointments | Dianna | Outlook - Calandaring | 0 | August 14th 06 06:16 PM |
OutLook Appointments and Reminders | Rex Corp. | Outlook - Calandaring | 1 | August 11th 06 07:02 AM |
How can I organize appointments in Outlook? | Jbada985 | Outlook - Calandaring | 1 | July 21st 06 08:45 PM |
Limit for Appointments into Outlook? | [email protected] | Outlook - General Queries | 2 | March 7th 06 04:41 PM |