Email invites not recognized since Mavericks update

Hi!
I updated my Mac Mini server to 10.9.2 and OS X server to 3.1.
Since the update the calendar server is having issues sending out proper email invites.
For example when sending invites to someone who uses Outlook / Exchange, they are not able anymore to directly accept the invite. The .ics file is named as: "not supported calendar message.ics
This seems to happen on multiple Exchange servers. We can open the ics file and accept it, but the ical server doesnt seem to recognize the answer. I made sure the answer was in the mailbox thats being used by the ical server
We setup the server to use a gmail account for monitoring email invites.
The ics files generated by the ical server are containing much less lines that before the update:
It now looks like:
BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
PRODID:-//CALENDARSERVER.ORG//NONSGML Version 1//EN
BEGIN:VEVENT
UID:98C35CA3-383F-4B5F-93A4-A9B3119F5BC3
DTSTART;TZID=Europe/Amsterdam:20140330T164500
DTEND;TZID=Europe/Amsterdam:20140330T174500
ATTENDEE;CUTYPE=INDIVIDUAL;[email protected];PARTSTAT=NEEDS-ACTION;ROL
E=REQ-PARTICIPANT;RSVP=TRUE:mailto:[email protected]
ATTENDEE;CN=Amber;CUTYPE=INDIVIDUAL;[email protected];PARTS
TAT=ACCEPTED:mailto:[email protected]
CREATED:20140318T211800Z
DTSTAMP:20140318T211806Z
ORGANIZER;CN=Amber;[email protected]:mailto:calendar+8fc897
[email protected]
SEQUENCE:3
SUMMARY:test
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR
Before it looked like:
BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
PRODID:-//CALENDARSERVER.ORG//NONSGML Version 1//EN
BEGIN:VTIMEZONE
TZID:Europe/Amsterdam
BEGIN:DAYLIGHT
DTSTART:19810329T020000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
BEGIN:STANDARD
DTSTART:19961027T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
UID:DAC03916-3184-4853-AF2D-92B11BC26542
DTSTART;TZID=Europe/Amsterdam:20140330T184500
DTEND;TZID=Europe/Amsterdam:20140330T194500
ATTENDEE;CUTYPE=INDIVIDUAL;[email protected];PARTSTAT=NEEDS-ACTI
ON;ROLE=REQ-PARTICIPANT;RSVP=TRUE:mailto:[email protected]
ATTENDEE;CN=Amber;CUTYPE=INDIVIDUAL;[email protected];PARTS
TAT=ACCEPTED:mailto:[email protected]
CREATED:20140318T171454Z
DTSTAMP:20140318T171500Z
ORGANIZER;CN=Amber;[email protected]:mailto:calendar+4bca5f
[email protected]
SEQUENCE:3
SUMMARY:gmail
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR
Any thoughts?

Yes, other people are reporting it.
Just in case, let's first try the following document:
iPod nano: Error message saying that iPod 'could not be identified properly'

Similar Messages

  • Graphics Card Not Recognized under Mavericks Update? MacBook Pro 8,2

    Every since I updated my macbook to mavericks, my dedicated graphics card is not recognized under system profiler or any software on the computer. I have the Macbook Pro 8,2 (late 2011) and the upgraded dedicated GeForce graphics card from the factory. My system is just running off of the integrated intel graphics at this point and there is no option to switch back in system preferences. Is my card just dead in there or did mavericks ignore it? I have no other operating systems to check. Should I just make an applestore appointment and get it looked at?

    Found the solution ... finally!
    Go to your system preferences - energy saver and then check if your Graphics setting is set to »higher performance«. Somehow the update to Mavericks change this setting to »better battery life«
    Now both cards are recognized and running ... however, watch out: since I changed that setting, my fans are going crazy! ... so I'm not sure if I should keep it. It would be much easier if one could change the setting all the time without the need to logout and login again ... well, Apple though good isn't the Holy Grail

  • App store login - not working since Mavericks update

    All,
    Since I updated to Mavericks, I find I am unable to log into the App Store. I get the login pane OK, enter my credentials, then get a spinner that waits... and waits... And never works.
    The Apple ID I am using is good - iTunes likes it fine, and I'm using it to post this. Just the App Store, and only since the Mavericks update; indeed I used the Apple ID to install Mavericks...
    Google tells me I am not the only one seeing this - but the suggested fixes do not seem to work for me. Do we know if a "proper" actual official fix wil be forthcoming?
    Indeed, do Apple acknowledge that some folks are having a problem with this?
    Anyway, in case anyone else stumbles onto this one:
    - There are many threads suggesting that deleting the network plist helps (though did not for me)
    - For some, deleting /Users/ian/Library/Preferences/com.apple.appstore.plist helps (though not for me...)
    - and so on.
    What "works" for me, albeit as a workaround, is to create a new user account on the machine, and use that to access the App Store - with the same ID etc., but this time it works. At least one time, so far!
    I'd much rather my regular account Just Worked.
    Any of the accounts (myself, wife, etc.) on the machine before the Mavericks upgrade however; they can not log into the App Store any more.
    No Idea why not; presumably "something" changed in the updates and that broke the login in some way; though why iTunes et al appear unaffected is less clear!

    Just an update to note that, after leaving it alone for a while, I tried the app store again today and it now works from my regular account once again.
    Which is nice...
    No idea what changed in the meantime, but at least it appears to be working.

  • Addressbook actions do not work since Mavericks Update

    I had some nice addressbook actions in my Contacts-App.
    by clickin on email or telephone-action I was able to perform some specific actions like doing a phone call via iphone, ...
    since the 10.9 update these actions don't work anymore. By perfoming these actions nothing happens and I get no error message nor any output in apple script
    the scripts are stored in ~Library/Address Book Plug-Ins
    the scripts look similar to this (assumin the app TK-Suite-Client is installed):
    on cleanString(str, chars)
              set tid to AppleScript's text item delimiters
              repeat with c in chars
                        set AppleScript's text item delimiters to {c}
                        set chunks to text items of str
                        set AppleScript's text item delimiters to ""
                        set str to chunks as Unicode text
              end repeat
              set AppleScript's text item delimiters to tid
              return str
    end cleanString
    on ApplicationIsRunning(appName)
              tell application "System Events" to set appNameIsRunning to exists (processes where name is appName)
              return appNameIsRunning
    end ApplicationIsRunning
    using terms from application "Contacts"
              on action property
                        return "phone"
              end action property
              on action title for aPerson with phoneNumber
                        return ("anrufen : " & (value of phoneNumber as string))
              end action title
              on should enable action for aPerson with phoneNumber
                        return true
              end should enable action
              on perform action for aPerson with phoneNumber
      (* remove ignored phone characters *)
                        set phoneNumber to my cleanString(value of phoneNumber as string, {" ", "-", ")", "(", "."})
      set volume 0
                        using terms from application "TK-Suite-Client"
                                  activate application "TK-Suite-Client"
                                  delay 0.5
                                  tell application "TK-Suite-Client" to dial phoneNumber
                        end using terms from
                        return true
              end perform action
    end using terms from

    very easy... in Mavericks AddressBook.app was changed. with that came some changes.
    you need to take ALL scripts from  ~/Library/Address\ Book\ Plug-Ins
    and copy them to NEW location: ~/Library/Application\ Scripts/com.apple.AddressBook
    restart Address book and your scripts should work.
    good luck.
    Leon

  • Seagate external drive not recognized since firmware update

    I've looked through the posts here and haven't found this issue addressed specifically, so here goes. Any help will be appreciated.
    I ran the firmware update on my MacBook Pro the other day, and everything has been normal since, except when I went to switch on my Seagate external HD - which I use as a backup drive - this morning. The mac doesn't see it at all.
    Brought the drive into the office this morning and the iMac here, which hasn't been updated in at least 6 months, sees the Seagate right away.
    I haven't upgraded to Leopard, though I have it, becuase I'm in the middle of a project and don't want any trouble with ProTools. In fact, I hadn't been making any updates at all, but in a moment of weakness ran the firmware update!
    Thanks in advance.

    Thanks kaz-k,
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *750.2 GB   disk0
       1:                        EFI                         209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            749.3 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            DiskWarriorDVD         *1.4 GB     disk1
    192-168-1-2:~ Jessie$

  • App Store, Messages, Maps, iBooks not opening since Mavericks Update. Help!

    Installed Mavericks yesterday from Mountain Lion. Everything worked OK then tried to download iPhoto and iMovie update. My laptop power dies accidentally and now App Store, Messages, Maps, iBooks won't even open (Bounce once then nothing). Also running ridiculously slow now!

    Hi,
    Try Rebooting the computer and holding down the CMD and R keys together to access the Recovery process.
    7:27 pm      Sunday; October 27, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Preview is not responding since Maverick update

    IS anyone else having a problem opening photo files since the upgrade. My preview just keeps going to pinwheel mode.

    Might be corrupted Preview preferences ...
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Preferences/com.apple.Preview.plist
    Click Go then move the com.apple.Preview.plist file to the Trash.
    Restart your Mac then try Preview.
    message edited by:  cs

  • Dell 3115CN not working since Maverick Update

    I know this is a Dell issue, that being said, does anyone know of a work around so I can use my printer?

    Can you use either the Generic PostScript or PCL ppd?

  • Since Mavericks update my iPhone and iPad calendars are NOT syncing with the calendar on my MacBook Pro

    Since Mavericks update my iPhone and iPad calendars
    are NOT syncing with the calendar on my MacBook Pro.
    I used to use iTunes but don't see the options now.
    Does anyone know how to set up a sync.?

    I have temporarily solved the sync problem by using an older MBAir running snow leopard, I exported
    both calendar and contacts and imported them in the MBA and synced normally.
    Since I'm not about to send my data on the cloud, or setup a server to just sync my iphone,
    I think this is a good workaround ! BTW I stopped updating my contacts and calendar on the MB, I only
    update the iphone until a permanent solution is found !
    And they better come up with one soon, because I'll just switch to an Android phone and Ubuntu linux for my MBP, Apple should make our lives easier, not harder !
    I'm sure Samsung is having a ball ever since the sync issue was made public !
    Hopefully Apple is listening and will make things right again !

  • Why isn't my email address and/or password not recognized since downloading Lion?

    Why isn't my email address and/or password not recognized since downloading Lion?

    Go to "Settings > iTunes and App Stores", touch the AppleID, sign out, and then sign in with your revised AppleID.

  • Since Maverick update, when I try to share a video I get Error 1 frame. I have duplicated the project, I have deleted all rendered files. I have tried it several times and always gives me a different frame.

    Since Maverick update, when I try to share a video I get Error 1 and a frame number. I have duplicated the project and tried to share. I have deleted all rendered files and then render again. I deleted all rendered and then tried to share it before rendering. Nothing works. I shared the project a couple of weeks ago and was fine. I only changed a small clip and can't share to burn a dvd.

    What software version? What computer?
    Trash preferences. Switch off background rendering. Trash project and event render files. Do not render. Export. Do not do anything on the computer during export. Make sure App Nap is switched off in the Finder.

  • ITunes won't launch since maverick update on late 2010 macbook air

    have tried downloading and reinstalling itunes on my late 2010 macbook air, but since maverick update itunes will not lauch and has to be force quit in order to close, this happens instantly on launch??

    My machine was running quite slow too, especially boot time. Repairing permissions and zapping PRAM seemed to help out a lot. Further, if you want, you can disable hibernation and delete sleep image. I realize that most that run a Mac don't expect to do any tweaking, and hopefully Apple will come out with a SP soon that 'fixes' some of the issues that many are having. I don't think having 2GB of memory is the main issue, as many with 8GB of RAM are having the same issue. I did a lot of tweaking and Lion is working as well as Snow Leopard was on my MBA 11" with 2GB of RAM. You can also successfully run monoligual on your MBA, get rid of language packs you don't need and save 1.5GB.

  • In the finder window, column view, I double click on icon, eg. a spread sheet,  and document will not open since I updated to OSXv10.8.2. Help anyone?

    In the finder window, column view, I double click on icon, eg. a spread sheet,  and document will not open since I updated to OSXv10.8.2. Help anyone?

    Hi Ron,
    Highlight one in the Finder & do as Get Info on it, what does open With say to use?
    What did you update 10.8.2 from exactly? 10.6.8 maybe?

  • HT6058 my ipad screen will not rotate since latest update

    my ipad scrren will not rotate since latest update, i have done everything i can think of including wha tapple told me

    What have you tried, and what did Apple tell you ?
    Is there a lock symbol at the top of the screen next to the battery indicator ? If there is, then depending on what you've got Settings > General > Use Side Switch To set to (rotation lock or mute notifications), then you can lock/unlock the rotation by the switch on the right hand side of the iPad above the volume switch, or via control centre : swipe up from the bottom edge of the screen and it's the right-most of the 5 icons in the middle of it (if the icon is white then it's 'on', tap it to turn it grey and 'off'). The function that isn't on the side switch is set via control centre instead : http://support.apple.com/kb/HT4085
    If there isn't a lock symbol then try a soft-reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Unit 0ORDER_CURR for key figure 0ORDER_VAL is not recognized in the update

    Hello Experts,
    I am getting the below warning while I am installing the business content for Purchasing Cube 0PUR_C04 update Rules
    "Unit 0ORDER_CURR for key figure 0ORDER_VAL is not recognized in the update rules"
    And the business content activation is terminated.
    Can you please let me know how i could resolve.
    Thanks
    Padma

    Hi Amrit,
    Nice to know Toons suggestions have helped you to resolve your issue.
    There is one bug waiting to explode soon although.
    Check this out after your last insert
    INSERT INTO mth_equipment_shifts_d(equipment_fk_key,availability_date,shift_workday_fk_key,from_date,To_Date,line_num,availability_flag,entity_type,creation_date,last_update_date,creation_system_id,
    last_update_system_id) (
    SELECT b.entity_pk_key entity_pk_key,a.shift_date shift_date,a.shift_workday_pk_key shift_workday_fk_key,Trunc(a.shift_date) from_date,Trunc(a.shift_date) To_Date,1 line_num,'Y',
    b.entity_type entity_type,SYSDATE,SYSDATE,-1,-99999
    --INTO l_site_id,l_entity_pk_key,l_entity_name,l_entity_type,l_production_entity,
    --l_shift_workday_pk_key,l1_shift_date,l_from_date,l_to_date
    FROM mth_workday_shifts_d a ,
    SELECT plant_fk_key site_id, entity_pk_key, entity_name, entity_type, production_entity production_entity
    FROM mth.mth_equip_entities_mst
    UNION ALL
    SELECT plant_pk_key site_id, plant_pk_key entity_pk_key, plant_name entity_name, 'Site', production_site production_entity
    FROM mth.mth_plants_d
    UNION ALL
    SELECT plant_fk_key site_id, resource_pk_key entity_pk_key, resource_name entity_name, 'Resource', production_resource production_entity
    FROM mth.mth_resources_d
    UNION ALL
    SELECT plant_fk_key site_id, equipment_pk_key entity_pk_key, equipment_name entity_name, 'Equipment', production_equipment production_entity
    FROM mth.mth_equipments_d
    )b
    WHERE b.site_id = a.plant_fk_key
    AND a.plant_fk_key=l_plant_fk_key
    AND shift_date>=l_start_date
    AND shift_date<=l_end_date
    AND UPPER(a.shift_type)='BOTH'
    AND a.FROM_DATE IS NULL
    AND a .To_Date IS NULL
    --AND a.line_num=NULL
    AND a.shift_num IS NULL
    There is no COMMIT
    You may want to check that out.
    Cheers!!!
    Bhushan

Maybe you are looking for

  • Appended field is not available in BI

    Hi Gurus, I have appended a field in the datasource, removed a hidden tick so that it will be available in BI system but after replication of datasource I still could  not get this field in transfer structure. When I was checking I found that in disp

  • Service Contract and Repair procedure

    Hi, I am struggling with a Service mgmt issue. There is a service contract in which we maintain the terms and conditions of service (bill plan) and also give the rates for service. Now when i run a repair at plant scenario wherein i bring back the de

  • How to change lid closing setting for Satellite A660

    How do I "dock" my laptop? I.e. I wish to use a monitor via HDMI and I need to close the lid to laptop. How do I do that without automatically turning it off ? Thank you.

  • Another DWM and Multiple Monitors Thread

    I'm still relatively new to tiling window managers and have been playing mostly with Awesome and Xmonad.  Recently, however, I decided to give DWM and try and am absolutely loving it!  But one of the things that I like about Awesome and Xmonad is how

  • Long operations session killing

    hi i want to remove a particular session which one is running a long query.ie.some user a running a query which one is taking too much time to run.how to kill such session?? regards Edited by: you on May 19, 2010 6:02 AM