in reply to How to update a particular event in google using Net::Google::Calendar ?

Perhaps you should read the documentation (at http://search.cpan.org/~plytle/Net-Google-Calendar-1.01/lib/Net/Google/Calendar.pm...
update_entry <Net::Google::Calendar::Entry
Perhaps you should also read about the expectation here that your questions will reflect some non-zero level of effort on your part:

If you didn't program your executable by toggling in binary, it wasn't really programming!

  • Comment on Re: How to update a particular event in google using Net::Google::Calendar ?

Replies are listed 'Best First'.
Re^2: How to update a particular event in google using Net::Google::Calendar ?
by Anonymous Monk on May 23, 2013 at 12:50 UTC

    just i dont know how to use update_entry() function

      ... and that's why you should read the document. It will show you!

      If you didn't program your executable by toggling in binary, it wasn't really programming!