View Single Post
 
Old 01-12-2010, 11:10 PM
sendhilpk sendhilpk is offline Windows XP Office 2003
Novice
 
Join Date: Jan 2010
Posts: 1
sendhilpk is on a distinguished road
Default Problem with ja lang calendar

Hi,

I want to send calendar attachments which contain ja language characters. But I am not able to create a .vcs file with ja characters. But I get "cannot get vCalendar open" error. Please let me know if there is a way to create calendar attachments programmatically for any lang users.

Below is a sample vcalendar file I tried.


Code:
 
BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 11.0 MIMEDIR//EN
VERSION:1.0
BEGIN:VEVENT
DTSTART:20100113T023000Z
DTEND:20100113T030000Z
UID:040000008200E00074C5B7101A82E00800000000A01EE5B44194CA010000000000000000100
 00000268DC155FE006E4A810DA592DF5A60BB
DESCRIPTION;CHARSET=Shift_JIS;LANGUAGE=ja-JP;ENCODING=QUOTED-PRINTABLE:ja text here=0D=0A
SUMMARY;ENCODING=QUOTED-PRINTABLE:ja text here
PRIORITY:3
END:VEVENT
END:VCALENDAR
Reply With Quote