Skip Menu |

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

Report information
The Basics
Id: 87811
Status: open
Priority: 0/
Queue: Net-Google-Calendar

People
Owner: Nobody in particular
Requestors: i.norton [...] shadowcat.co.uk
Cc:
AdminCc:

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



Subject: Net::Google::Calendar::Entry missing originalEvent functionality
Hi, Just hit an issue with support for the originalEvent information in the XML. Here's a patch to add support for this. <patch> --- lib/Net/Google/Calendar/Entry.pm 2012-03-18 14:58:49.000000000 +0000 +++ lib/Net/Google/Calendar/Entry.pm 2013-08-13 12:20:10.252050449 +0100 @@ -142,6 +142,17 @@ return $self->_gd_element('eventStatus', @_); } +=head2 original_event [event] + +Get or set the original event ID. + +=cut + +sub original_event { + my $self = shift; + return $self->_gd_element('originalEvent', @_); +} + =head2 is_allday </patch> Thanks, Ian.
Subject: Re: [rt.cpan.org #87811] Net::Google::Calendar::Entry missing originalEvent functionality
Date: Tue, 20 Aug 2013 08:59:17 -0400
To: bug-Net-Google-Calendar [...] rt.cpan.org
From: Peter Lytle <pete [...] bluecampaigns.com>
Thank you! I'll do a release in the next week or so. Pete * * On Tue, Aug 13, 2013 at 7:26 AM, Ian Norton via RT < bug-Net-Google-Calendar@rt.cpan.org> wrote: Show quoted text
> Tue Aug 13 07:26:03 2013: Request 87811 was acted upon. > Transaction: Ticket created by IDN > Queue: Net-Google-Calendar > Subject: Net::Google::Calendar::Entry missing originalEvent > functionality > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: i.norton@shadowcat.co.uk > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87811 > > > > Hi, > > Just hit an issue with support for the originalEvent information in the > XML. Here's a patch to add support for this. > > <patch> > --- lib/Net/Google/Calendar/Entry.pm 2012-03-18 14:58:49.000000000 +0000 > +++ lib/Net/Google/Calendar/Entry.pm 2013-08-13 12:20:10.252050449 +0100 > @@ -142,6 +142,17 @@ > return $self->_gd_element('eventStatus', @_); > } > > +=head2 original_event [event] > + > +Get or set the original event ID. > + > +=cut > + > +sub original_event { > + my $self = shift; > + return $self->_gd_element('originalEvent', @_); > +} > + > > > =head2 is_allday > </patch> > > Thanks, Ian. >
Subject: Re: [rt.cpan.org #87811] Net::Google::Calendar::Entry missing originalEvent functionality
Date: Sat, 14 Sep 2013 14:31:20 -0400
To: bug-Net-Google-Calendar [...] rt.cpan.org
From: Peter Lytle <pete [...] bluecampaigns.com>
Released - new version is 1.02. Pete Show quoted text
_________________________________ pete@bluecampaigns.com Phone: 614.887.7806 * * On Tue, Aug 20, 2013 at 9:00 AM, Peter Lytle via RT < bug-Net-Google-Calendar@rt.cpan.org> wrote:
> Queue: Net-Google-Calendar > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87811 > > > Thank you! I'll do a release in the next week or so. > > > > Pete > > > > * > * > > > On Tue, Aug 13, 2013 at 7:26 AM, Ian Norton via RT < > bug-Net-Google-Calendar@rt.cpan.org> wrote: >
> > Tue Aug 13 07:26:03 2013: Request 87811 was acted upon. > > Transaction: Ticket created by IDN > > Queue: Net-Google-Calendar > > Subject: Net::Google::Calendar::Entry missing originalEvent > > functionality > > Broken in: (no value) > > Severity: (no value) > > Owner: Nobody > > Requestors: i.norton@shadowcat.co.uk > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87811 > > > > > > > Hi, > > > > Just hit an issue with support for the originalEvent information in the > > XML. Here's a patch to add support for this. > > > > <patch> > > --- lib/Net/Google/Calendar/Entry.pm 2012-03-18 14:58:49.000000000
> +0000
> > +++ lib/Net/Google/Calendar/Entry.pm 2013-08-13 12:20:10.252050449
> +0100
> > @@ -142,6 +142,17 @@ > > return $self->_gd_element('eventStatus', @_); > > } > > > > +=head2 original_event [event] > > + > > +Get or set the original event ID. > > + > > +=cut > > + > > +sub original_event { > > + my $self = shift; > > + return $self->_gd_element('originalEvent', @_); > > +} > > + > > > > > > =head2 is_allday > > </patch> > > > > Thanks, Ian. > >
> >