How do I get the typing of an event to go to the second line in Windows Essentials calendar?
Joan Packer
Bellingham, WA
Windows Live Mail FAQ
How do I get the typing of an event to go to the second line in Windows Essentials calendar?
Joan Packer
Bellingham, WA
Hi Expert!
Recently, I formatted my mac and currently rebuilding all application include office.
I'm using maverik os and using outlook for mac 2011(14.3.9 latest version).
my problem is when I import my .olm file, there was an error with below log.
Exception calendar event encountered but master event not found!
due to above error message, my outlook program couldn't succeed import process and relaunched again.
is there any way that I can solve this issue?
thanks
tell application "Microsoft Outlook"
set sd to current date
set time of sd to (13 * 60 * 60)
set evt to make new calendar event with properties {start time:sd, end time:sd + 60 * minutes, subject:"test", content:"test content"}
end tell
above script works
tell application "Microsoft Outlook"
set sd to current date
set time of sd to (13 * 60 * 60)
set evt to make new calendar event with properties {start time:sd, end time:sd + 60 * minutes, subject:"test", content:"test content", recurrence:{start date:sd, end date:{end type:"no end type"}, recurrence type:"daily", occurrence interval:2, days of week:{"wednesday"}}}
end tell
above script doesnt work. pl help.
i am getting the following error
error "Microsoft Outlook got an error: Can’t make {start date:date \"Wednesday, 6 November 2013 1:00:00 PM\", end date:{end type:\"no end type\"}, recurrence type:\"daily\", occurrence interval:2, month number:11, day of month:1, ordinal:1, days of week:{\"wednesday\"}} into type recurrence, missing value."
Utterly utterly frustrated. I cannot delete or even amend (date, time, recurrence, memo) any recurring calendar event without sending a notice to everyone. I have sent emails to these people telling them that Outlook will continue to send this wrong notice and they are to ignore it but this is hardly professional.
At this point I don't care if Outlook insists on sending notices to people. All I want to do is delete the damn calendar event. But it won't let me.
"Try again later" has been going on for weeks and weeks. I cannot edit or delete.
Really getting angry.
set newEvent to make new calendar event with properties {all day flag:true, subject:myEvent, location:myLocation, start time:startTime, end time:endTime}
Recent Comments