Yeah, single line easy :]
--- Calendar.pm.old 2006-06-16 03:29:14.000000000 -0600
+++ Calendar.pm 2006-06-16 03:29:20.000000000 -0600
@@ -306,7 +306,8 @@
sub add_entry {
my ($self, $entry) = @_;
- my $url =
'http://www.google.com/calendar/feeds/default/private/full';
+ my $url = $self->{ 'url' } ||
'http://www.google.com/calendar/feeds/default/private/full';
+
return $self->_do($entry, $url, 'POST');
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Calendar Data API" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-calendar-help-dataapi
-~----------~----~----~----~------~----~------~--~---