Skip Menu |

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

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

People
Owner: simonw [...] cpan.org
Requestors: jamesw [...] bsdhosting.co.za
Cc:
AdminCc:

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



Subject: Net::Google::Calendar creates duplicate tags when editing an existing record.
Date: Tue, 18 Dec 2007 03:03:25 -0800
To: bug-Net-Google-Calendar [...] rt.cpan.org
From: James Wright <jamesw [...] bsdhosting.co.za>
When editing an existing Calendar Entry, setting visibility, transparency, when or recurrence results in an error due to duplicate entries for those fields. Entry.pm passes both the gd namespace and the 'gd:' prefix when setting the value of those tags. By removing the latter, editing functions correctly and those fields can be modified and the entry can be saved. Attached: a patch to remove 'gd:' prefixes from calls in _gd_element. when, who, and recurrence.
Duplicate of #31639