I am running Windows 7 (Home Premium) on my desktop and laptop and using Windows Live Mail as my calendar. I usually enter calendar events on the desktop calendar. When I am signed in to Windows live mail, (on the laptop) the events show up on the laptop, but when I sign out, they go away. I tried retyping the events, but the calendar on the laptop insists on putting them onto the web calendar, not my local one. Is there any way (without jumping through hoops) that I can get the info from the online Live calendar into my laptop calendar? I have googled all over the internet, but couldn't find anything that clearly said what to do.
Unable to send or receive messages for the Live account.: Server error 3204  I upgraded to outlook.com today and now Live Mail gets "Unable to send or receive messages for the Live account.: Server error 3204...." errors and it also hangs on "updaiting all calendar events"

I need this resolved asap.  As a Microsoft Server & Messaging Consultant I look fairly foolish not being able to get my live.com emails.

Thank you,
Mark F Barr

Some of my hotmail calendar events have disappeared, I don't know if i deleted them by mistake or what has happender. Is there any way to recover the missing data? Thanks!

I have created an hotmail account a few years ago in Thai. I set the language to English. I get on my iPad notifications (calendar events) in my inbox in Thai. Where can I change the language.

Thanks in advance for your answer.

As part of a longer script I am trying to create calendar events and add a category to that event;

set newEvent to make new calendar event with properties {all day flag:true, subject:myEvent, location:myLocation, start time:startTime, end time:endTime}


creates the event but what I can not work out is then how to set the category to that new event?

PRH
Hi There,

I believe there may be a bug in Office 2011 Mac Outlook when creating calendar events via applescript. I have submitted this as a "feedback" to the team, however it clearly states that they won't be able to give me any personal response.

Here is my applescript:
<code>

(*

Create Event from Message

Copyright (c) Microsoft Corporation.  All rights reserved.

*)


tell application "Microsoft Outlook"

-- set the folder name which we will move the email to after

set DestFolderName to "2-Defer"

-- get the currently selected message or messages

set selectedMessages to current messages

-- if there are no messages selected, warn the user and then quit

if selectedMessages is {} then

display dialog "Please select a message first and then run this 

script." with icon 1

return

end if

repeat with theMessage in selectedMessages

set category of theMessage to {category "@defer"}

-- get the information from the message, and store it in variables

set theName to subject of theMessage

set theCategory to category of theMessage

set theContent to content of theMessage

set theDate to current date

set time of theDate to (9 * 60 * 60)

set nextWeekStart to theDate + (24 * 60 * 60 * 7)

-- create a new note with the information from the message

set newEvent to make new calendar event with properties {subject:theName, category:theCategory,content:theContent, all day flag:true, has reminder:true, reminder time:5, free busy status:free, start time:nextWeekStart, end time:nextWeekStart, is private:true}

-- move the message to the defer folder

set theAccount to account of theMessage

set theFolder to folder DestFolderName of folder "Inbox" of theAccount

move theMessage to theFolder

end repeat

-- if there was only one message selected, then open that new note

if (count of selectedMessages) = 1 then open newEvent

end tell

</code>

I'm creating an all day event 1 week in the future at 9:00AM. Since it is an all day event, I have simply kept the start and end times the same (although the bug also occurs if end time is different to start time.

On running the script, the event is created fine, however in the end time field on the calendar event, the date always appears as 1 day older than the start time. e.g. if the start time is set as "13/01/2013 09:00" the this will produce an event with start time field "13/01/2013 09:00" and end time field "12/01/2013 09:00". The all day box is ticked (as expected) and the duration label is correct (in my example "0 minutes").

So the question is, how do I correctly set the end date of an all day event? does the end date matter?! Is it a bug with applescript in outlook?

Thanks,

Dan
I was deleting old emails from Outlook 2011 for Mac, OS 10.6.8, when the program crashed. 

Upon restarting, all my calendar events were gone, except for one event.  Meanwhile, all my contacts and email appear to be intact.

I have my Outlook data backed up with duplicate of my identity, but that backup was from three weeks ago. 

Is there a way to merge the newer emails and contacts that are still on my non-backup identity with the backed up identity, with the intent to not lose any of the data created between now and my last backup?

I also have Outlook 2011 syncing with iCal in order to sync with my iPhone. 

Thanks in advance,

catfell
I use Outlook.com as my email and generally enjoy it.  When I click on calendar, it goes to Hotmail calendar.  No biggie.  I guess they are related.  However, when I create a calender event and try to invite people from my "People" list, it tells me there are no people on the list.  If I click on the people tab from my Outlook inbox, it is fully populated.  I have no idea why the calendar app does not see the names in my people list.  Anyone else have this problem?

Thanks,

Darren
I upgraded to Mountain Lion OS (10.8.1) and now Office Reminders is repeating past calendar events and updating the calendars.  How do I cure this problem?
I am the exchange administrator, and my COO just received a new MacBook Air - we have Outlook 2011 set up, but he is receiving a sync error on about 15 calendar entries.  I've tried deleting entries that are old and no longer apply, completely from his calendar but the errors still appear.  Need help troubleshooting and narrowing down where these things are coming from so I can get rid of that exclamation point in the bottom right corner of the window.

An error occured while updating the calendar event "Calendar Event"

Please delete this event and create a new event

Error code: -19126



=---=

I would be happy to delete the event to get rid of the sync error, but theres no way to tell which calendar event it is.  There are 6 calendar events called "Birthday" I don't know who's birthday it is or what birthday to delete! How can I track this problem down?