Hi,
I am trying to make an automated generation of a file: event.ics
the contents of this file will look like this:
BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 12.0 MIMEDIR//EN
VERSION:1.0
BEGIN:VEVENT
DTSTART:20101111T163000Z
DTEND:20101111T170000Z
LOCATION:TTI
UID:
040000008200E00074C5B7101A82E0080000000040AF5293FA80CB01000000000000000
01000000018FFA5450E09FE4A8A751182783AF632
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:=
=0D=0A
SUMMARY:test
PRIORITY:3
END:VEVENT
END:VCALENDAR
I don't have any idea on haw to generate on the fly a file with gwt
ant to replace some field with variable.
thanks
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.