All day event in .ics
-
I am creating ical file in which i want to set alldayevent. I tried everything Value=Date:, 120000 time but nothing is working. When the files is downloaded and then i open it in outlook and save alldayevent from there then it is saved but not from the code. below is the output which creates the file with AllDayEvent. This is the same in my code but doesnot work till i save it from outlook. BEGIN:VCALENDAR PRODID:-//RECGroup.com/REC VERSION:2.0 BEGIN:VEVENT DTEND;VALUE=DATE:20111019 DTSTART;VALUE=DATE:20111018 SUMMARY:REC EVENT END:VEVENT END:VCALENDAR
-
I am creating ical file in which i want to set alldayevent. I tried everything Value=Date:, 120000 time but nothing is working. When the files is downloaded and then i open it in outlook and save alldayevent from there then it is saved but not from the code. below is the output which creates the file with AllDayEvent. This is the same in my code but doesnot work till i save it from outlook. BEGIN:VCALENDAR PRODID:-//RECGroup.com/REC VERSION:2.0 BEGIN:VEVENT DTEND;VALUE=DATE:20111019 DTSTART;VALUE=DATE:20111018 SUMMARY:REC EVENT END:VEVENT END:VCALENDAR
-