Retrieving CalendarView for Outlook 2003

Status
Not open for further replies.
A

Aditi

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
 
S

Sue Mosher [MVP]

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

"Aditi" <Aditi> wrote in message

news:BB74FA5E-125A-4CBF-998A-42BE0FB23A7C@microsoft.com...

> 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.
 
A

Aditi

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

> "Aditi" <Aditi> wrote in message
> news:BB74FA5E-125A-4CBF-998A-42BE0FB23A7C@microsoft.com...
> > 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.


> .
>
 
S

Sue Mosher [MVP]

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

"Aditi" <Aditi> wrote in message

news:081D07CB-7471-44D4-BB3B-7948D0F07B35@microsoft.com...
> 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
> > >> >> >
>
>> "Aditi" <Aditi> wrote in message
> > news:BB74FA5E-125A-4CBF-998A-42BE0FB23A7C@microsoft.com...
> >> > 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.

>

>
>> .
> >
 
A

Aditi

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

> "Aditi" <Aditi> wrote in message
> news:081D07CB-7471-44D4-BB3B-7948D0F07B35@microsoft.com...
> > 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
> >> > >> > >> > >
> >
> >> "Aditi" <Aditi> wrote in message
> >> news:BB74FA5E-125A-4CBF-998A-42BE0FB23A7C@microsoft.com...
> >> >> > 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.
> >
> >
> >> .
> >>


> .
>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
V vBA for searching a cell's contents in Outlook and retrieving the subject line Outlook VBA and Custom Forms 1
D Retrieving Tables from outlook to excel Using Outlook 14
S Retrieving Deleted Outlook Contacts Using Outlook 2
R Outlook 2013 stalls when retrieving from Frontier POP3 Using Outlook 3
F Retrieving old BCM data BCM (Business Contact Manager) 5
J ModefiedForm page issues 1)retrieving available size of Modifiedfo Outlook VBA and Custom Forms 3
A Retrieving work week (start/end times) from outlook with VBA Outlook VBA and Custom Forms 5
R Retrieving email item Outlook VBA and Custom Forms 5
L Retrieving the DisplayFormat for a UserProperty using VB Outlook VBA and Custom Forms 3
G LinkedIn tab missing in Outlook 365 (but working in OWA) Using Outlook 0
J Outlook forgets "not junk" marking Using Outlook 0
KurtLass Opening Graphics Attachments in Outlook 2021 Using Outlook 0
P now on office 365 but getting error messages about missing Outlook 2013 cache folders Using Outlook 2
B Outlook config download Outlook VBA and Custom Forms 1
M Short term workaround for when Outlook searching stopped functioning Using Outlook 0
D Outlook 2016 Creating an outlook Macro to select and approve Outlook VBA and Custom Forms 0
L Fetch, edit and forward an email with VBA outlook Outlook VBA and Custom Forms 2
BartH VBA no longer working in Outlook Outlook VBA and Custom Forms 1
L Synch Outlook 365 calendar with iPhone Using Outlook 0
W Can vba(for outlook) do these 2 things or not? Outlook VBA and Custom Forms 2
S Outlook 2016 and Acrobat PDFMaker Office COM Addin Using Outlook 0
M "Attachment Detacher for Outlook" add in, does it update the server copy of the email? Using Outlook 1
M Outlook 365 Rename Outlook Priority Using Outlook 3
R Outlook 2019 accesses POP3 but says its offline (because of IMAP servers?) Using Outlook 0
R Outlook Working off line Using Outlook 0
D Outlook 365 Custom forms field limit? Outlook VBA and Custom Forms 4
W Outlook 2016 MSI - Possible to make work with O365 modern Auth & Win7? Using Outlook 4
T Outlook roaming signatures Using Outlook 4
S Adding a recipient's column to Sent folder in Outlook 2010 Outlook VBA and Custom Forms 1
J Outlook search bar in Office 2021 Professional Using Outlook 1
J PSA: How to create custom keyboard shortcut for "Paste Unformatted Text" in Outlook on Windows Outlook VBA and Custom Forms 1
C How to fix outlook continuing to prompt fo an Exchange password Using Outlook 0
C Outlook doesn't feel reliable, anymore Using Outlook 5
J Outlook 2016 Trying to get Outlook 2016 to work with Office 365 Using Outlook 0
C Outlook 365 Copy/Save Emails in Folder Outside Outlook to Show Date Sender Recipient Subject in Header Using Outlook 0
U Outlook not responding when trying to print Emails Using Outlook 5
O How to sync (one way) contacts between two Outlook (exchange) accounts? Using Outlook 0
S Sync Outlook (2021) tasks with Microsoft To Do Using Outlook 1
L Duplicate calendar entries in Outlook 365 Using Outlook 4
V Outlook 2021 Can anyone explain why my Outlook views keep changing?! Using Outlook 2
AlphonseG Outlook 365 Outlook Crashes on setting SaveSentMessageFolder Outlook VBA and Custom Forms 5
S Outlook 2021 How to customize colors Outlook 2021 & Office 2021 on PC Using Outlook 2
D Outlook 2007 Recovering E-Mails Using Outlook 0
G Stop Outlook 365 adding meetings to calendar Using Outlook 2
HarvMan Using Emojis in Outlook 365 Using Outlook 3
T Outlook 2019 Not Using Auto Compete After Deletion of 365 Using Outlook 1
D Gmail mail is being delivered to a different email inbox in Outlook App 2021 Using Outlook 2
Albert McCann Outlook 2021 Outlook Display of HTML Email from two senders is glitchy Using Outlook 0
richardwing Outlook 365 VBA to access "Other Actions" menu for incoming emails in outlook Outlook VBA and Custom Forms 0
J Unable to delete folders in Outlook 2019 / Windows Using Outlook 1

Similar threads

Top