Skip Menu |

This queue is for tickets about the Net-Google-Calendar CPAN distribution.

Report information
The Basics
Id: 31536
Status: resolved
Priority: 0/
Queue: Net-Google-Calendar

People
Owner: simonw [...] cpan.org
Requestors: astropionner [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.8
Fixed in: (no value)



Subject: Fix for calling location() on existing events (replace 'gd:where' by 'where')
Hi, It seems that changing the location of an existing event fails, while it works on events not already added to the calendar. To fix it I replaced $self->set($self->{_gd_ns}, 'gd:where', '', { valueString => $val }); by $self->set($self->{_gd_ns}, 'where', '', { valueString => $val }); It now works for new or existing events. note that for the get operation, it already use the "where" keyword.
Thanks for that. I've fixed that in svn (http://svn.unixbeard.net/simon/Net-Google-Calendar) along with some other stuff and I should be rolling a release today or tomorrow.