Hello Dimitrios, You can specify a Calendar's timezone by setting it in its gCal:timezone<http://code.google.com/apis/calendar/data/2.0/reference.html#gCaltimezone>element. The .NET code sample also shows how to create a Calendar and specify a specific timezone:
http://code.google.com/apis/calendar/data/2.0/developers_guide_dotnet.html#CreatingCalendars Best, Alain On Mon, Jun 20, 2011 at 8:41 AM, Dimitrios Zlitidis <[email protected]>wrote: > I want the default time zone to be in London, not in GMT. How can I write > the rule to set the time zone to London? > > Thanks? > > > 2011/6/1 Dimitrios Zlitidis <[email protected]> > >> Thanks Alain! >> >> >> 2011/6/1 Alain Vongsouvanh <[email protected]> >> >>> Hello Dimitrios, >>> >>> This question has already been answered >>> here<http://code.google.com/apis/calendar/community/forum.html?place=msg%2Fgoogle-calendar-help-dataapi%2Fv1-O0htR9Po%2FiPrPDFulUu0J> >>> . >>> >>> Best, >>> Alain >>> >>> On Tue, May 31, 2011 at 8:41 PM, Dimitrios Zlitidis <[email protected] >>> > wrote: >>> >>>> Hi all! >>>> >>>> I am trying to create recurring events using .NET. I have a problem >>>> with the iCal specification. I am trying to create a recurring event, >>>> which will not last all day. That is, I want to add time to it (e.g. >>>> from 7 am to 8 am), like this: >>>> >>>> String recurData = >>>> "DTSTART:20110601T070000\r\n" + >>>> "DTEND:20110601T080000\r\n" + >>>> "RRULE:FREQ=DAILY;UNTIL=20110904T080000\r\n"; >>>> >>>> What am I doing wrong? >>>> Thank you very much! >>>> >>>> -- >>>> 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 >>> >>> >>> >>> -- >>> 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 > -- Alain Vongsouvanh -- 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
