Hi,
I want to create a event in google calendar. I used a google calendar
API in my application where i am passing all the values from the
textbox like event name,where desription and when.
when i posting these details to google , event is created but , it is
not taking the proper time , what i am sending from my
application.Instead it takes a default time as 12:00am to 12:00am .
I am using the when class to send date and time
wat i am doing is :
Dim sStartDate As String = txtFromDate.Text.Trim
Dim sEnddate As String = txtToDate.Text.Trim
Dim sFromTime As String = txtFrmTime.Text.Trim
Dim sToTime As String = txtToTime.Text.Trim
Dim eventTime As New [When](sStartDate, sEnddate)
entry.Times.Add(eventTime)
How to i pass time to google calendar ? please help me.
--
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.