A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Retrieving CalendarView for Outlook 2003



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 25th 09, 01:49 PM posted to microsoft.public.outlook.program_addins
Aditi
external usenet poster
 
Posts: 10
Default Retrieving CalendarView for Outlook 2003

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  
Old November 25th 09, 01:59 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP][_4_]
external usenet poster
 
Posts: 552
Default Retrieving CalendarView for Outlook 2003

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  
Old November 25th 09, 03:31 PM posted to microsoft.public.outlook.program_addins
Aditi
external usenet poster
 
Posts: 10
Default Retrieving CalendarView for Outlook 2003

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  
Old November 25th 09, 03:49 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP][_4_]
external usenet poster
 
Posts: 552
Default Retrieving CalendarView for Outlook 2003

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  
Old November 26th 09, 09:07 AM posted to microsoft.public.outlook.program_addins
Aditi
external usenet poster
 
Posts: 10
Default Retrieving CalendarView for Outlook 2003

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 09:22 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright 2004-2025 Outlook Banter.
The comments are property of their posters.