Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/11/2010, 06:59
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: Integrar Google Calendar con PHP

Mmmmm, en realidad es bastante simple:

Código PHP:
Ver original
  1. $uri = 'http://www.google.com/calendar/feeds/default/private/full';
  2. $gcal->insertEvent($event, $uri);

lo único que tendrias que hacer es averiguar el id del calendario como te dice en el post y cambiar default por el id.

Salu2.