Click here to Skip to main content
15,881,027 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have an ics file which is used to schedule appointment.I am sending that appointment details to my gmail with template and an attachment of .ics file.my issue is iam not getting Rsvp events and when,where,who agenda sort of fields are not diplaying.


http://www.engadget.com/2013/03/13/add-gmail-calendar-attachment-gcal-events/[^]


displaying some sort format like above link page

I am trying to get the output like with Rsvp buttons,yes,maybe,no,agenda etc fields like below page

http://stackoverflow.com/questions/23651846/gmail-calendar-invite-from-ics-not-rendering-properly[^]

here is my code for ics file

CSS
BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 9.0 MIMEDIR//EN\n
VERSION:2.0
METHOD:REQUEST
BEGIN:VEVENT
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=Tarun kumar;X-NUM-GUESTS=0:mailto:tarun.cloucom@gmail.com ORGANIZER:mailto:a6tarun@gmail.com
DTSTART:20140130T191500
DTEND:20140130T194500
LOCATION:Hyderabad
TRANSP:OPAQUE
SEQUENCE:0
UID:8f5a0777-bf6d-17d2-f14a-52e7feedf810
DTSTAMP:20140129T144300
DESCRIPTION:Hie
SUMMARY:how are you
PRIORITY:5
X-MICROSOFT-CDO-IMPORTANCE:1
CLASS:PUBLIC"BEGIN:VALARM
TRIGGER:-PT15M
ACTION:DISPLAY
DESCRIPTION:Reminder
END:VALARM
END:VEVENT
END:VCALENDAR
Posted
Updated 26-May-15 6:14am
v2
Comments
Sergey Alexandrovich Kryukov 26-May-15 10:03am    
What is "calender"?
—SA
tarun satepuri 26-May-15 10:12am    
iCalender
Sergey Alexandrovich Kryukov 26-May-15 10:52am    
Sorry, I cannot believe that. Where did you get that? This is what it is: http://en.wikipedia.org/wiki/Calender.
—SA
tarun satepuri 26-May-15 11:00am    
https://shaunakpandit.wordpress.com/2008/09/10/sending-a-appointment-programmatically-through-code-aspnet-icalendar-format/

Richard MacCutchan 26-May-15 11:10am    
If you copied this from the Internet, you should ask the person that posted it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900