Active
Project:
Google Calendar API (GCal)
Version:
6.x-0.1-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2010 at 00:01 UTC
Updated:
25 Nov 2010 at 00:01 UTC
Where field can be used at create but not at update. After line 1083
$event['_entry']->children($namespaces['gd'])->when->attributes()->endTime = $event['end'];
add
$event['_entry']->children($namespaces['gd'])->where->attributes()->valueString = $event['where'];