logo       

Re: Help Adding event with Perl: msg#00184

Subject: Re: Help Adding event with Perl
On Thu, Aug 31, 2006 at 09:42:59PM -0000, Gk said:
> Then I asked to add an event. Same code as above
> and I get a response of:
> 
> Couldn't add event: 403 Forbidden

Ok, weird.

( Goes off to check )

Right. Found it. It was in the code I added to let you post to other
people's Calendars which apparently doesn't work. I've fixed it in SVN
by removing the ability to post to others' journal but I want to get
this working again. I'll have a go this weekend.

The fix is to edit the code in Net/Google/Calendar.pm in add_entry that 
says

  my $url = $self->{ 'url ' } || 
            'http://www.google.com/calendar/feeds/default/private/full';

and just edit it to say

  my $url = 'http://www.google.com/calendar/feeds/default/private/full';

I'll do another release when I've got editing other people's calendars 
working.

Simon





<Prev in Thread] Current Thread [Next in Thread>