Appoinments Not Updating after Outlook 2007 SP2

Status
Not open for further replies.
T

TWljaGFlbFI

After installing SP2 i am no longer able to update the start or end time of

an appoinment item in a public folder.

The changes are lost apon the save. This appears to only affect public

folder and spicific appoinment fields, some of them will save along with all

user properties.

Does anyone know if microsoft is aware of this or if there is a hotfix?

Thanks

Michael

Test Sub:

Sub test()

Dim AppoinmentItem As AppointmentItem

Set AppoinmentItem = Session.Application.ActiveExplorer.Selection.Item(1)

MsgBox "Opened Item: " & AppoinmentItem.Start

AppoinmentItem.Start = DateTime.Now

MsgBox "New Item Time: " & AppoinmentItem.Start

AppoinmentItem.End = DateTime.Now

AppoinmentItem.Save

MsgBox "Saved Item Time: " & AppoinmentItem.Start

End Sub
 
Don't multipost, I answered this in the other group you posted in.

I can't repro that here on Outlook 2007 SP2. I fixed the VBA code to remove

the DateTime Framework class, since it doesn't exist in VBA code (it's just

Now) and the code worked on an appointment in a public folder.

"MichaelR" <MichaelR> wrote in message

news:49C3B730-E20D-4C5F-A648-AC48A0F026D0@microsoft.com...
> After installing SP2 i am no longer able to update the start or end time
> of
> an appoinment item in a public folder.

> The changes are lost apon the save. This appears to only affect public
> folder and spicific appoinment fields, some of them will save along with
> all
> user properties.

> Does anyone know if microsoft is aware of this or if there is a hotfix?

> Thanks
> Michael

> Test Sub:

> Sub test()

> Dim AppoinmentItem As AppointmentItem

> Set AppoinmentItem =
> Session.Application.ActiveExplorer.Selection.Item(1)

> MsgBox "Opened Item: " & AppoinmentItem.Start

> AppoinmentItem.Start = DateTime.Now

> MsgBox "New Item Time: " & AppoinmentItem.Start

> AppoinmentItem.End = DateTime.Now

> AppoinmentItem.Save

> MsgBox "Saved Item Time: " & AppoinmentItem.Start

> End Sub
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
O Block outlook appoinments Using Outlook 1
P Outlook tasks keeps changing (updating) dates that I type Using Outlook 2
I Outlook is stuck at "Updating Calendar" Using Outlook 1
A VBscript stops running after updating form Outlook VBA and Custom Forms 1
D Custom Search Folders not refreshing/updating automatically Using Outlook 0
I Saving attachments from multiple emails and updating file name Outlook VBA and Custom Forms 0
G Updating VbaProject.OTM on several users Outlook VBA and Custom Forms 3
RBLampert Updating from Outlook 2010 to Outlook 365 Using Outlook 0
T Office 2013 no longer updating automatically Using Outlook 2
G Mass Updating Contact form used Outlook VBA and Custom Forms 8
J Updating existing entry on shared calendar wants to send update from delegate Using Outlook 0
K Can VBA intervene when updating Internet Calendars? Outlook VBA and Custom Forms 5
S Task Update coming as email and not updating task Using Outlook 3
M search takes a loooong time since updating Using Outlook 8
T Shared calendar not updating Using Outlook 1
T Need help with finding/updating task Outlook VBA and Custom Forms 1
P Updating Last Modified Date on ThisOutlookSession Macro Outlook VBA and Custom Forms 1
TotallyConfused Godaddy Microsoft exchange 2007 stopped updating Exchange Server Administration 1
S Updating the database based on received task Outlook VBA and Custom Forms 3
makinmyway Recent Files Not Updating when Using Insert Hyperlink in Outlook 2013 Using Outlook 0
S Updating between Smartphone and PC Using Outlook 3
M Outlook 10 Inbox not updating Using Outlook 3
H Gmail not updating Outlook Home Using Outlook 17
Aalishaan Outlook 2010 Updating Inbox starts again Using Outlook 0
Alex Hall When updating shared calendar, it does not automatically update personal calendar Using Outlook 3
D Updating Registry to force new task and note items to save in a particular folder Using Outlook 1
K Excel Import Option: Need Help Updating Existing Records BCM (Business Contact Manager) 0
J Shared ICalendars are not updating in Outlook Using Outlook 2
A Updating Outlook Contact Phone Nos to international dialling codes Using Outlook 5
D Outlook 2010 - Pattern for updating task owner in generic mailbox Using Outlook 2
M Constantly updating address book Using Outlook 5
B Updating Macro to OL2010/32bit Using Outlook 8
D Multiple Users Updating Custom Form At Same Time Using Outlook 1
M Updating VBA code from outlook 2007 to outlook 2010 Using Outlook 1
D Updating a recurring meeting cuses a reminder to be sent for every occurence. Using Outlook 2
C Message Count not updating Using Outlook 2
H Cannot share calendar, global address book not updating Exchange Server Administration 1
C Updating many contacts at once? BCM (Business Contact Manager) 3
Z Updating .ics files in OUtlook 2010 Using Outlook 1
T Error when updating Internet Calendar Subscriptions Using Outlook 12
R Outlook 2003 - Exchange 2010 global address list not updating Using Outlook 3
A Updating contacts with new information BCM (Business Contact Manager) 1
M updating and saving contacts in Distribution List Outlook VBA and Custom Forms 2
M Updating appointments from Access 07 Outlook VBA and Custom Forms 4
A Outlook can't remember outlook.com, Exchange password. Using Outlook 0
S Related messages show in main Outlook window vice new Advanced Find windows Using Outlook 1
H Force Outlook 2019 with GMail 2-Step to Require Login? Using Outlook 0
G Retaining Tabs in outlook body Using Outlook 2
V Setting up Outlook 2021 on new computer Using Outlook 2
G Add Map It button to Custom Contacts Form in Outlook Outlook VBA and Custom Forms 1

Similar threads

Back
Top