Hi,
I am new to Google Calendar API development and working with C#
on .net framework platform with Visual Studio 2005.
I am facing prolblems while creating the recurreing events. Following
is my string i am using to create a recurring event.
string entryData =
"DTSTART;TZID=America/Los_Angeles:" +
startDateTime + "\r\n" +
"DURATION:" + duration + "\r\n" +
"RRULE:FREQ=WEEKLY;BYDAY=" + dayofWeek
+
";UNTIL=" + endDateTime;
while
startDateTime=20090403T100000
duration=PT1.5H
dayofWeek =Tu,We,Fr
endDateTime=20091231T113000
But This generated the error and no event is created. When i changed
the duration value to PT1H static this works.
My question is that how we can set the duration for one and half hour
(1.5 hours).
And secondly when i create a recurreing event with static PT1H value
this creates the event successfully in google calendar but to very
strange thing about the event is that it is just added for only one
day.
When i try to edit this event in google calendar this shows the
correct values like days of week set appear event , and start and end
dates but why this only appears on only for one day on calendar?
I have been searching over net since last two days and failed to find
any solution.
I have read the RFC 2455 specification also to find some way but
nothing changed.
Please help.....Me
Regards
ASAP
--~--~---------~--~----~------------~-------~--~----~
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://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---