For example, I want to set a daily event to be repeated every 2 days:

string startDate = "20110621T100000";
string endDate = "20110621T110000";
string interval = "2";
recurData = "DTSTART;VALUE=DATE:" + startDate + "\r\n" +
"DTEND;VALUE=DATE:" + endDate + "\r\n" +
"RRULE:FREQ=DAILY;INTERVAL=" + interval + "\r\n";

I'm sending it, but while I set the start time from 10:00:00 to 11:00:00,
when I retrieve it, it is converted to 11:00:00-12:00:00. When I go the tha
calendar's web UI, it asks me if I want to use either no daylight saving
time or with daylight saving time. I don't know what to do....

2011/6/21 Alain Vongsouvanh <[email protected]>

> Hello Dimitrios,
>
> Could you share some code to show us what you are trying to do. Also, you
> can try creating an event in the Calendar Web UI and retrieve this event
> through the API to check how the server set the recurrence rule; this way,
> you will know what kind of information is needed to have the event properly
> set.
>
> Best,
> Alain
>
> On Mon, Jun 20, 2011 at 3:59 PM, Dimitrios Zlitidis 
> <[email protected]>wrote:
>
>> Does anyone know how to solve this problem? I face the same problem with
>> the one mentioned here:
>> http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=690#makechanges.
>>  When I try to add an event it shifts the time one hour later later.
>>
>> Thanks for the help!
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Google Calendar Data API" 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://code.google.com/apis/calendar/community/forum.html
>>
>
>
>
> --
> Alain Vongsouvanh | Developer Programs Engineer | [email protected] | +1
> 650 479-6719
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Google Calendar Data API" 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://code.google.com/apis/calendar/community/forum.html
>

-- 
You received this message because you are subscribed to the Google
Groups "Google Calendar Data API" 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://code.google.com/apis/calendar/community/forum.html

Reply via email to