15. March 2014 · Write a comment · Categories: Uncategorized · Tags: ,

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

hi 

i need to create a large number of recurring events for setting up the periodic 1-1s. 

i have tried to use the applescript, and i am able to create a standard event without recurrence. however when i add the recurrence piece it fails to create event. your help is greatly appreciated

standalone event creation code

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

Hello Community

when i invite people to an event in outlook for mac 2011, outlook set myself as recipent on the event. 

does anyone know of a solution to this problem ? 
I am currently using Windows Live Essentials 2012 - Live Mail. and have been doing so for about a year. Now when ever I try to create a new calendar event it will not let me do so and reports that Live Mail is having a problem reading the message. I find this very strange as all message have been read, deleted or junked and I am trying to use the calendar not the mail section.

Can anyone suggest a solution to this problem.

Would also just like to state that Live Mail 2010 was the greatest mail program ever - it was stupid to have made any changes to it.

Regards

Michael
 
Original title: cannot create new calendar event
Hi,

I have a calendar event (it was recurrent and I was invited, I think from gmail) that I cannot delete.

Error: "There's a problem retrieving your event or task right now. Please try again later."

I have tried from different browsers, clearing cache and deleting from Windows Live Mail 2012. Nothing worked.

Help.

Georgios
I'm using Android's (4.3) default Email app to sync my Outlook.com email, contacts, and calendar to my phone (Nexus 4).  When I create a new calendar event from the phone (using Android's stock Calendar app), email invites for the meeting do not get sent out.  The meeting DOES appear on my calendars (on the phone and on Outlook.com), but no invites are ever received by any of the attendees.

If I go directly to Outlook.com and edit or delete the meeting, all invitees correctly receive meeting changed/cancelled emails, so the event clearly includes the proper email addresses.

I have struggled with this for days now (new phone), and I simply can not make it work.  I've created numerous test meetings and used several different email addresses for various attendees (including myself), but the problem persists - meetings created directly on my phone never generate the invitation emails.  Any help would be appreciated...

Mark

When adding a new Calendar event, if I select View Details before saving it, it doesn't get saved. If I save the event and then select View Details, nothing happens. This used to works (a couple of months ago).

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.

 

 

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