NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Confusion with $event-content-body (Score:1)
Once I got home and was able to test it out, my experience disagreed with those assumptions. In fact, I couldn't get much more than id(), title(), and content()->body() to work. The output of content()->body() though is much different then is implied above.
As I pointed out in a reply to you o
Re: (Score:2)
Ahhhh, I get it now (Score:1)
group.calendar.google.com/public/basic
vs
group.calendar.google.com/public/full
I focused on full which required me to figure out why Net::Google::Calendar is broken since not all the meta data is stuffed into body() in that view.
In any case, I hope the code I provided is useful.