creates
a problem, because newEventQuery wants to include /default after it.
$query->setUser(''); of course does not work, as any null user is
set to "default" automatically.
I can of course strip "http://www.google.com/calendar/feeds/" out from the output of getHref() and feed that to setUser() but that seems a bit silly.
Is that how it's done, or is there something I'm missing?