![]() |
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 All,
I am developing a Outlook 2003 addin for sychronising the appointments with database.For this need to retrieve current CalendarView (mainly the starting ending dates).I have got CalendarView object in Outlook2007 and it was very helpful.But not getting any similar object in Outloo2003. Please help me or suggest me an alternative Thanks Aditi |
Ads |
#2
|
|||
|
|||
![]()
View information in versions before Outlook 2007 is exposed only through the
XML property for each View object. IIRC, there's nothing there on what dates are showing in the UI at any given moment. In any case, I don't see what the view has to do with the data actually stored, which is what synchronization is all about. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Aditi" wrote in message ... I am developing a Outlook 2003 addin for sychronising the appointments with database.For this need to retrieve current CalendarView (mainly the starting ending dates).I have got CalendarView object in Outlook2007 and it was very helpful.But not getting any similar object in Outloo2003. |
#3
|
|||
|
|||
![]()
Hi Sue Mosher,
Thank you for your response.. I was actually planning to run a synchronization using a timer. This timer will look at the Calendar view start and end dates or the current date (if the users current window is not Calendar). I have already implemented this scenarios in Outloo2007 addin. So thought same will work in outlook 2003 Is there any low level API can help ? Once again thank you for your response. Thanks and regards Aditi "Sue Mosher [MVP]" wrote: View information in versions before Outlook 2007 is exposed only through the XML property for each View object. IIRC, there's nothing there on what dates are showing in the UI at any given moment. In any case, I don't see what the view has to do with the data actually stored, which is what synchronization is all about. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Aditi" wrote in message ... I am developing a Outlook 2003 addin for sychronising the appointments with database.For this need to retrieve current CalendarView (mainly the starting ending dates).I have got CalendarView object in Outlook2007 and it was very helpful.But not getting any similar object in Outloo2003. . |
#4
|
|||
|
|||
![]()
I still don't see what the display has to do with synchronization. I have no
idea whether the Windows API can give you more information about the display, but it seems to me that it would be an awful lot of trouble to go that route. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Aditi" wrote in message ... Hi Sue Mosher, Thank you for your response.. I was actually planning to run a synchronization using a timer. This timer will look at the Calendar view start and end dates or the current date (if the users current window is not Calendar). I have already implemented this scenarios in Outloo2007 addin. So thought same will work in outlook 2003 ? Is there any low level API can help ? Once again thank you for your response. Thanks and regards Aditi "Sue Mosher [MVP]" wrote: View information in versions before Outlook 2007 is exposed only through the XML property for each View object. IIRC, there's nothing there on what dates are showing in the UI at any given moment. In any case, I don't see what the view has to do with the data actually stored, which is what synchronization is all about. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Aditi" wrote in message ... I am developing a Outlook 2003 addin for sychronising the appointments with database.For this need to retrieve current CalendarView (mainly the starting ending dates).I have got CalendarView object in Outlook2007 and it was very helpful.But not getting any similar object in Outloo2003. . |
#5
|
|||
|
|||
![]()
display dates for sync calendar for the view change
Thank you sue Mosher "Sue Mosher [MVP]" wrote: I still don't see what the display has to do with synchronization. I have no idea whether the Windows API can give you more information about the display, but it seems to me that it would be an awful lot of trouble to go that route. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Aditi" wrote in message ... Hi Sue Mosher, Thank you for your response.. I was actually planning to run a synchronization using a timer. This timer will look at the Calendar view start and end dates or the current date (if the users current window is not Calendar). I have already implemented this scenarios in Outloo2007 addin. So thought same will work in outlook 2003 ? Is there any low level API can help ? Once again thank you for your response. Thanks and regards Aditi "Sue Mosher [MVP]" wrote: View information in versions before Outlook 2007 is exposed only through the XML property for each View object. IIRC, there's nothing there on what dates are showing in the UI at any given moment. In any case, I don't see what the view has to do with the data actually stored, which is what synchronization is all about. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Aditi" wrote in message ... I am developing a Outlook 2003 addin for sychronising the appointments with database.For this need to retrieve current CalendarView (mainly the starting ending dates).I have got CalendarView object in Outlook2007 and it was very helpful.But not getting any similar object in Outloo2003. . . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Subject: Retrieving CalendarView for Outlook 2003 | Aditi | Add-ins for Outlook | 0 | November 25th 09 01:46 PM |
Retrieving custom headers from an Outlook (2003) MailItem | Andrew | Add-ins for Outlook | 2 | January 15th 09 03:28 AM |
Using CalendarView | DENNIS BROWN | Outlook and VBA | 4 | September 7th 07 06:09 PM |
Displayed dates in the CalendarView | Alex Yakhnin | Add-ins for Outlook | 1 | January 11th 07 02:35 PM |