render - outlook invitation with html not rendered correctly -


I am trying to send a well-formatted email to Iicalendar for a user who is using Outlook 2010 But the result is terrible. Everything looks great if the file has been removed.

I thought I was doing something wrong, so I tried using the same Google Calendar and tried the same scenario and got the same result.

Image, on the right, you can see how it gets messed up when Google comes to the HTML server. On the left side, I saved the email because EML changed the invitation mime-type to do something else. And email is OK: result

You can get two sample emails on Gitob As you will see, the only difference is that the calendar is a maim in line 172.

Do anyone have any idea why this is happening? Is there a work around?? Or right?

Update: One of our clients sent me a screen shot of my attitude, in this case you can see that Outlook shows better HTML and also processes this event ... anyone Even thoughts? Enter image details here

thanks, roey

< P>

Outlook uses RTF internally for appointments, tasks and contacts, so your HTML will always be converted to (incomplete) RTF.

As long as Outlook does not like it, you can not do more than just touching your HTML.


Comments

Popular posts from this blog

MySql variables and php -

php - Laravel - Overriding a resource route into a different route filter group -

url rewriting - How to implement the returnurl like SO in PHP? -