Inserting vCalendar in MMS message

Inserting vCalendar in MMS message SearchSearch
Author Message
Tomislav
Unregistered guest
Posted on Friday, April 08, 2005 - 01:15 am:   

Hi,
How can I insert vCalendar into MMS message writen in SMIL or XML ?

Here is an example I tried in SMIL:

<smil>
<head>
<layout>
<root-layout background-color="black" width="352" height="144"/>
<region id="Text" width="176" height="144" left="176" top ="0"/>
</layout>
</head>

<body>
<par dur = "1s">
<ref src = "Appointment.vcs"></ref>
</text>
</par>
</body>
</smil>

The problem is that my mobile doesn't recognize Appointment.vcs as an vCalendar object. It is just a file to my SonyEricsson K700.
I read that I have to change Content-type, bu I don't know where should I put that line.

Plise help me,
Tomislav