Hello my name is juan and I have a problem with the calendar. When I believe(create) an event from Vb 6.0 the program does the correct thing adds the event, but he(she) does not add the notification does not notify me by any means. To add the notification I have to do it of manual form from the page of the calendar, from there if the notification fulfils in the event created from Vb 6.0 please I need that they help me on this do not speak very much English this this one translated automatic they attached mail [email protected] and code:
getEventCode = "<entry xmlns='http://www.w3.org/2005/Atom'" & vbCrLf & _ "xmlns:gd='http://schemas.google.com/g/2005'>" & vbCrLf & _ " <category scheme='http://schemas.google.com/g/2005#kind'" & vbCrLf & _ "term='http://schemas.google.com/g/2005#event'></category>" & vbCrLf & _ " <title type='text'>" & "ahora menos se nada titulo 1234567890123456789012345678900987654321 ahora " & "</title>" & vbCrLf & _ "<content type='text'>" & "por fin descripcion" & "</content>" & vbCrLf & _ "<author>" & vbCrLf & _ "<name>" & "por fin nombre" & "</name>" & vbCrLf & _ "<email>" & "[email protected]" & "</email>" & vbCrLf & _ "</author>" & vbCrLf & _ "<gd:transparency" & vbCrLf & _ "value='http://schemas.google.com/g/2005#event.opaque'>" & vbCrLf & _ "</gd:transparency>" & vbCrLf & _ "<gd:eventStatus" & vbCrLf & _ "value='http://schemas.google.com/g/2005#event.confirmed'>" & vbCrLf & _ "</gd:eventStatus>" & vbCrLf & _ "<gd:where valueString='" & "por fin locacion" & "'></gd:where>" & vbCrLf & _ "<gd:reminder></gd:reminder>" & vbCrLf & _ "<gd:when startTime='" & formattedDate & "T" & Format(horadesde, "hh:mm:ss") & "-04:00" & "'" & vbCrLf & _ "endTime='" & formattedDate & "T" & Format(horahasta, "HH:MM:SS") & "-04:00" & "'></gd:when>" & vbCrLf & _ "</entry>" --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
