2 messages in com.googlegroups.google-calendar-help-dataapiRe: How to check whether a Recurring ...| From | Sent On | Attachments |
|---|---|---|
| Kulvinder Singh | 29 Jan 2008 01:32 | |
| Kulvinder Singh | 29 Jan 2008 02:07 |
| Subject: | Re: How to check whether a Recurring event is all day ?![]() |
|---|---|
| From: | Kulvinder Singh (kulv...@yahoo.com) |
| Date: | 01/29/2008 02:07:58 AM |
| List: | com.googlegroups.google-calendar-help-dataapi |
There is another catch. If i create the same event which occurs from 12:00 AM to
next day 12:00 Am then i get the following <gd:recurrence>
DTSTART;VALUE=DATE:20080119T000000 DTEND;VALUE=DATE:20080120T000000 RRULE:FREQ=WEEKLY;BYDAY=MO,TH;WKST=SU BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:-0700 TZOFFSETTO:-0800 TZNAME:PST DTSTART:19701101T020000 RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU END:STANDARD END:VTIMEZONE
----- Original Message ---- From: Kulvinder Singh <kulv...@yahoo.com> To: Google API <goog...@googlegroups.com> Sent: Tuesday, January 29, 2008 3:02:53 PM Subject: How to check whether a Recurring event is all day ?
Hi,
I am using .NET Calendar API 1.1.3 and i want to know how to check whether a
Recurring event is a all day event or not. In my calendar, i have a recurring
event which occurs every Monday and Thursday and is all day. How do i check in
the feed that it is an all day event ?
I can always look at the <gd:recurrence> which will be like :
DTSTART;VALUE=DATE:20080119 DTEND;VALUE=DATE:20080120 RRULE:FREQ=WEEKLY;BYDAY=MO,TH;WKST=SU BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T020000 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:-0700 TZOFFSETTO:-0800 TZNAME:PST DTSTART:19701101T020000 RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU END:STANDARD END:VTIMEZONE
Should i see DTSTART;VALUE=DATE:20080119 and check it is all day because it has
not "T" element in it ?
Thanks Kulvinder Singh
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ




