Problem with the invitations that my ical sends

When recipients to my ical invitation receive their email, they are unable to add the invite to their calendar apps and the attachment doesn't work. Sometimes when they try to open the attachment, it even crashes their outlook.
I sent an invite to myself to test and I got this in the body of the email:
BEGIN:VCALENDAR
PRODID:-//Apple Computer\, Inc//iCal 2.0//EN
METHOD:REQUEST
CALSCALE:GREGORIAN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:US/Pacific
LAST-MODIFIED:20061208T193857Z
BEGIN:STANDARD
DTSTART:20061029T090000
TZOFFSETTO:-0800
TZOFFSETFROM:+0000
TZNAME:PST
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20070311T010000
TZOFFSETTO:-0700
TZOFFSETFROM:-0800
TZNAME:PDT
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
DURATION:PT1H
ATTENDEE;PARTSTAT=NEEDS-ACTION:mailto:[email protected]
ATTENDEE;CN="Jamie
Hurlbut";PARTSTAT=NEEDS-ACTION:mailto:James.Hurlbut@m
ccannsf.com
ATTENDEE;CN="test":mailto:[email protected]
DTSTAMP:20061208T193851Z
LOCATION:dfgfdg
UID:3A9DEB59-F4AE-4794-A7D6-C15CD6A1CADD
SEQUENCE:14
DTSTART;TZID=US/Pacific:20061213T120000
SUMMARY:test 2
DESCRIPTION:tell me if you can add this to your cal
ORGANIZER;CN="Jennifer Lau":mailto:[email protected]
END:VEVENT
END:VCALENDAR
Along with an attachment that didn't work.
Any help would be greatly appreciated!
Jennifer
MacBook Pro Mac OS X (10.4.8)
MacBook Pro   Mac OS X (10.4.8)  

I would like to chime in on this issue, becaue at my company, we are having the same problem. Here is more detail:
I work for a small analytical consulting firm in Northern Virginia. We have about 80 employees, and we are a dual-platform company. Two of our three managing partners are huge Mac fans, and our head IT guy is also a die-hard Mac user, so the company goes out of its way to support Mac users. Employees are offered a choice as to whether or not they want to use a Mac or a PC when they start work here. We have about 20 Mac users, and it seems like the percentage of Mac employees has been growing over the past year.
Almost all of us who use Macs use Mail instead of Entourage. We do not operate an Exchange server (too expensive), so instead our e-mail system is an IMAP server. This arrangement works great most of the time -- most of the Mac users use Mail, the Windows users all use Outlook. One annoying problem we frequently run into, however, is meeting invitations. If a Windows user schedules a meeting from their Outlook, and sends out the meeting invitation via e-mail, everyone can get it no problem - Mac and Windows users.
However, if a Mac user tries to schedule a meeting in their copy of iCal, and send out the meeting invitation vial e-mail, Mac users can get it just fine, but the Windows users just get an e-mail with a .ics file attached that they cannot open. Interestingly enough, if the same Mac user sends the invitations out from within Entourage, the Windows users can open it just fine. This sets up the ridiculous situation whereby we Mac users are forced to use Entourage whenever we want to set up a meeting, then go back to Mail/iCal. Its crazy and frustrating to have to go back and forth between two separate e-mail programs. We also use a program called XC Connect to share calendars and task lists, and it is dog slow with Entourage, so that is why most of us prefer to stay away from it.
From what I can gather, the problem stems from the fact that Microsoft did not implement the official iCal file standard correctly. I'm sure Apple's position is "Why should we deviate from the accepted standard just to play nicely with Outlook? The problem is on there end -- let them fix it." I can understand that position, but it really doesn't help us folks in the real world who are banging our heads against this problem every day.
This seems like an ideal problem for some enterprising shareware developer to solve. I've heard that it may be possible to write an AppleScript that would automatically re-format the .ics invitation before sending it out to make it compatible, but have not been able to find any such AppleScript on the web. However, the best solution would probably be an actual plug-in for the Mail program to build the functionality into Mail itself.
Surely there is a solution to this problem that does not involve switching to Entourage?
Can any one help?

Similar Messages

  • Problems with the summit that auto generate  t:panelTab

    Hi,
    I have a problem with the summit that auto generate <t:panelTab. When I submit with this button the bean PortfolioPageBean doesn�t recover the property contractListItem. However when I submit with <h:commandButton commandButton action="add", the bean recover information. What is the difference between these two types of submits?. This is my core:
    <h:form id="menuTag">
    <h:inputHidden id="contractListItem"
                   value="#{PortfolioPageBean.contractListItem}" />
    <h:commandButton action="add" id="buttonTab" value="Add" />
              <t:panelTabbedPane styleClass="tabbedPane"
                   activeTabStyleClass="activeTab" inactiveTabStyleClass="inactiveTab"
                   disabledTabStyleClass="disabledTab" activeSubStyleClass="activeSub"
                   inactiveSubStyleClass="inactiveSub" tabContentStyleClass="tabContent"
                   serverSideTabSwitch="true" id="menuTabs">
                   <t:panelTab id="tab1" styleClass="" label="Contract Listing">
                        <f:verbatim>
                             <br>
                        </f:verbatim>
                        <f:subview id="subtab1">
                             <jsp:include page="contract-list.jsp" />
                        </f:subview>
                   </t:panelTab>
                   <t:panelTab id="tab2" label="General Policy Details" style="align:center">
                        <h:outputText
                             value="#{PortfolioPageBean.contractListItem}"></h:outputText>
                        <f:verbatim>
                             <br><br><br>
                        </f:verbatim>
                        <f:subview id="subtab2">
                             <jsp:include page="general-policy.jsp" />
                        </f:subview>
                   </t:panelTab>
              </t:panelTabbedPane>
    </h:form>
    Thank for your time!!!

    Hi,
    I have a problem with the summit that auto generate <t:panelTab. When I submit with this button the bean PortfolioPageBean doesn�t recover the property contractListItem. However when I submit with <h:commandButton commandButton action="add", the bean recover information. What is the difference between these two types of submits?. This is my core:
    <h:form id="menuTag">
    <h:inputHidden id="contractListItem"
                   value="#{PortfolioPageBean.contractListItem}" />
    <h:commandButton action="add" id="buttonTab" value="Add" />
              <t:panelTabbedPane styleClass="tabbedPane"
                   activeTabStyleClass="activeTab" inactiveTabStyleClass="inactiveTab"
                   disabledTabStyleClass="disabledTab" activeSubStyleClass="activeSub"
                   inactiveSubStyleClass="inactiveSub" tabContentStyleClass="tabContent"
                   serverSideTabSwitch="true" id="menuTabs">
                   <t:panelTab id="tab1" styleClass="" label="Contract Listing">
                        <f:verbatim>
                             <br>
                        </f:verbatim>
                        <f:subview id="subtab1">
                             <jsp:include page="contract-list.jsp" />
                        </f:subview>
                   </t:panelTab>
                   <t:panelTab id="tab2" label="General Policy Details" style="align:center">
                        <h:outputText
                             value="#{PortfolioPageBean.contractListItem}"></h:outputText>
                        <f:verbatim>
                             <br><br><br>
                        </f:verbatim>
                        <f:subview id="subtab2">
                             <jsp:include page="general-policy.jsp" />
                        </f:subview>
                   </t:panelTab>
              </t:panelTabbedPane>
    </h:form>
    Thank for your time!!!

  • Problem with the mic that comes with iphone

    Hi,
    I am having problems talking on the mic that comes with iphone. Does any one have the same problem. The other person somehow is not able to listen to what I am talking. It has become quite common now, i tried plugging it in and out but not change.

    Hey Desi-iphoner,
    Are you using a headset or the iPhone itself? Test without the case if you have a protective case on the iPhone.
    Try the tips in this article: http://docs.info.apple.com/article.html?artnum=306910
    Jason

  • Problem with the table that goes on next page

    Hi all,
    In my template there is a table that stores detail information. The table property is set to display in box format meaning only the border and not grid. Also I have used <?if:position() mod 10 =0?><xsl:attribute name="break-before">page</xsl:attribute> to display only 10 rows per page. now if there are say 15 rows for detail then the remaining 5 lines are correctly printed in next page, but the table in first page is not displayed in box format.
    If needed I can provide you with the xml and template.
    Thanks in advance.
    Suresh

    quick work around
    put this table in another table
    give the box format for outer table,none for inner.

  • I have a problem with the flashplayer that is installed in an ereader.

    I have an Android operated ebook (version 2.3.1). Will there be any updates? There has been a couple things that I could not view.

    iOS: Forgotten passcode or device disabled after entering wrong ...

  • I am constantly having the same problem with the books that I buy: due to some bug, dozens of pages are missing from my ebooks. That is very annoying. A bug fix would be much appreciated!

    Any ideas pls?

    After what I thought was a small victory, I still wanted to see how I could fix the song skipping issue. So I set to apply Mitch's suggestion - to erase the iPod's HD using Disk Utility, then restore the iPod settings via the latest updater. It just made sense to do so, right?
    Well, I opened Disk Utility, set to erase the iPod's HD zeroing all data, walked away for half an hour or so... just to see Disk Utility hung up doing nothing.
    Situation now is:
    -OS X (sometimes) recognizes the iPod... as a hard disk.
    -deinstalled itunes app and .pkg, downloaded and reinstalled again.
    -On last reboot, it mounted as an iPod, then iTunes asked me to "update iPod software"? "Heck yeah, but do something - anything" I muttered. And do something it did - show me the dreadful folder icon on the iPod.
    - So here I am now running the (latest) iPod updater for the umpeenth time trying to restore the iPod software, but at the time of this writing it just seems stuck on the "restoring iPod" phase... oh wait, it just gave up quitting or something. Out of desperation probably...
    So, after the best part of a couple of flawless years, I suddenly don't have an iPod anymore - now I just have an expensive paperweight. Thank you Apple... (sorry, but a $300 gadget isn't among the items I consider "disposable"... my apologies, had to vent a little)
    iMac G4   Mac OS X (10.3.9)  

  • Since Firefox 32.0 was downloaded on 3/9/14 I am experiencing brief hanging when clicking onto websites or links. Is this a problem with the new version of Fire

    If I click onto any link or webpage I am quite often getting a briefing 'hanging' before Mozilla responds. I also get a message at the top of my screen stating that Firefox is not responding and the loading symbol justs spins in circles until it eventually frees up and opens the page. Prior to Firefox 32.0 being downloaded on 3/9/14 I had no problems with this 'hanging' at all. I can only assume it is a Firefox issue as I do not have the same issues if I use Internet Explorer or any other programs installed on my computer.

    You can check for problems with the history that is stored in the <b>places.sqlite</b> database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    There are other things that need your attention.
    Note that your System Details List shows multiple Flash plugins.
    *Shockwave Flash 15.0 r0
    *Shockwave Flash 14.0 r0
    *Shockwave Flash 13.0 r0
    You can find the installation path of all plugins on the <b>about:plugins</b> page.
    *http://kb.mozillazine.org/Issues_related_to_plugins#Identifying_installed_plugins
    You can check the Flash player installation folder for multiple Flash player plugins and remove older version(s) of the plugin (NPSWF32) and possibly (re)install the latest Flash player.
    *(32 bit Windows) C:\Windows\System32\Macromed\Flash\
    *(64 bit Windows) C:\Windows\SysWOW64\Macromed\Flash\

  • Any idea to fix the iTunes 12.0.1.26 connectivity problem with the iTunes Store?

    My operating system is Windows 7 Home Premium. Although the application works fine such as playing music, downloading app updates and music. However, when I attempted to make the connection between iTunes Store and the current version of iTunes, the iTunes window began to froze, then the error message showed that there was a problem with the application that causes it to shut down. Any ideas on how to resolve this?

    Hey *9,
    Thanks for the question. If I understand correctly, iTunes unexpectedly quit. I would recommend that you read this article, it may be able to help you isolate or resolve the issue.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues - Apple Support
    Thanks for using Apple Support Communities.
    Have a great day,
    Mario

  • I would like to know is there anybody out there in the community who is not having a problem with the updates.

    I would like to know is there anybody in the community that is not have a problem with the updates.

    That is incorrect. Either you misread or the newspaper you read was wrong. iOS 6.1.2 fixes a bug that caused excessive activity and log entries with Exchange servers.
    http://support.apple.com/kb/DL1639
    The security breach was due to Java-based malware:
    http://www.ft.com/cms/s/0/1fdebce6-7ac8-11e2-915b-00144feabdc0.html

  • I have purchased my iPhone 4S from USA. Its a Factory unlocked phone. I am facing problem with the hardware. Is there any support that apple provides to send the phone from India to USA to get it replaced? Also if there is any travelers Policy?

    I have purchased my iPhone 4S from USA. Its a Factory unlocked phone. I am facing problem with the hardware. Is there any support that apple provides to send the phone from India to USA to get it replaced? Also if there is any travelers Policy?

    No and no.

  • Why do I get an "unable to connect - There may be a problem with the mail server or network." message from iCloud.  I have verified the settings.  I can access my iCloud account online but can't send or receive e-mail via the mail account.

    Text limits to the "Question" link prevents a full explanation:
    This is a long-time problem.  I have tried to resolve it with Apple but their "Customer Support" is merely a name.
    I can go online and access my e-mail but when I try to send or receive e-mail via iCloud through my internet server (Google fiber now but the same situation existed with my prior service), I receive "There may be a problem with the mail server or network.  Verify the settings for 'Apple Email' and try again.
    "The server returned the error:  The server 'p0-imap.mail.me.com' refused to allow a connection on port 143."
    Well, I have verified the setting and tried again and again and …
    Well, you get the idea …

    JungleTaxi Cabbie wrote:
    Csound1: iCloud: Configuring Mail with Mac OS X v10.6 or iOS 4
    Enter your Incoming Mail Server, User Name, and Password using the following settings:
    Incoming Mail Server: mail.me.com
    User Name: Your iCloud email address (excluding @me.com)
    Password: Your password
    Last Modified: Jun 27, 2013
    Maybe you should test these things before calling people out, because these settings do function perfectly well.
    iCloud is not supported on Snow Leopard or lower, why bother to mention it?
    The OP has an iCloud account, and that can not be opened without Lion or Mountain Lion (on a Mac), IOS5 or 6 (on an iPhone/iPad)
    The document I linked to is Apples documentation for iCloud on current devices,I don't care whether you believe that you know better than they do, but it will affect the people who follow your advice as it won't work
    JungleTaxi Cabbie wrote:
    Also, if you're not running Lion or Mountain Lion, there is no "Mail, Contacts & Calendars" prefpane.
    I never said that there was, perhaps you imagined it.

  • I am having problems with the wifi connection on my ipad 4th generation only 3 weeks old. Have left it back to the shop i bought it in and they said they have to send it away now i am left with no ipad. What after sales support do you give really?

    Does anyone else have problems with the wifi connection on their 4th generation  Mine keeps going off line and its only 3 weeks old.I had the ipad mini and this problem never existed. I brought it back to the shop where i bought it Expert Laois last week and they said they couldnt find a problem but had to take it back today as it keeps disconneting from wifi still, anyway they are sending it back for repair and it am left with no ipad.  After spending in excess of 700e i feel that this is really bad after sales service.  I bought something that i want to use now and cant so what  a waste of money it is .

    Thankyou, but the shop said that they spoken to apple and that they have now changed their policy and that they do not give a replacement.  So are you telling me that their information is false.  Also what should they have done.  This problem has existed since i bought it.?????  What should i do?????

  • I have a problem with iPhone is that I can replace it at points of sale in the U.S. because I bought from Saudi Arabia because the problem I think in the hard ware software worked more than 3 times did not fix

    dears,
    I have a problem with iPhone is that I can replace it at points of sale in the U.S. because I bought from Saudi Arabia because the problem I think in the hard ware I do resoftware more than 3 times did not fix.
    Network also always missing.
    I am living in KS Wichita. I hope you help me pleas.
    Regards.

    iPhone warranty is not international. You will have to return your
    iPhone to Saudi Arabia for repair/replacement. Either take it back
    yourself or send to friend/relative for them to take to Apple. Apple
    will not accept international shipments for repair nor will Apple
    ship repaired/replaced iPhones out of the country where the repair
    was done.

  • Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Hi Chhayank,
    the problem is not the exported xls. If you have a look inside with Notepad or something like that, you will see that your leading zeros are exported correct.Excel-settings occurs this problem, it is all about how to open the document. If you use the import-assistant you will have no problems because there are options available how to handle the different columns.
    Another solution might be to get familiar with ABAP2XLS-Project. I got in my mind, that there is a method implemented, that will help you solving this problem. But that is not a five minute job
    ~Florian

  • I am having a problem with the FireFox browser. I have attached two files that best describe the problem. I have labeled them A & B. A is the way it should lo

    I am having a problem with the FireFox browser. I have attached two files that best describe the problem. I have labeled them A & B. A is the way it should look and B is what happens after I have I opened several tabs. I can get it back to normal if I click on VIEW than click on customize. When the customize window appears FireFox returns to its normal state. I than click on the done box and go back to what I have been doing. I tried resetting FireFox back to default settings, but that did not correct the problem.
    This began happening about a month ago. Is there a way I can fix this problem? Thanks for your help.I don't know how to attach my 2 attachments that shows the problem I am having.
    [email address removed to protect your privacy and security]
    <! [email protected] -->

    I found the images here: https://support.mozilla.org/en-US/questions/977542#answer-501598

Maybe you are looking for