Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8085077
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T17:59:53+00:00 2026-06-05T17:59:53+00:00

I can perfectly add an event with Google Calendar API V3 as described in

  • 0

I can perfectly add an event with Google Calendar API V3 as described in https://developers.google.com/google-apps/calendar/recurringevents but I can’t figure how to start on the update event process.

I guess I have to select the event (I do have the event ID stored on my DB) and then set the parameters and call an update event. But don’t know where to start…

There seems to be very few tutorials around. Any ideas please?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T17:59:54+00:00Added an answer on June 5, 2026 at 5:59 pm

    Ok I finally got the answer my self. Struggled to read on those Google API Explorer and matching them against the google-api-php-client. Anyway, here it is a simple code to update the description, summary and event color.

    $apiClient = new apiClient();
    $apiClient->setUseObjects(true);
    $service   = new apiCalendarService($apiClient);
    $events    = $service->events;
    
    $currEvent  = $events->get("primary", $event_id);
    
    $currEvent->setDescription("YOUR FULL DESCRIPTION");
    $currEvent->setSummary("YOUR DESIRED SUMMARY - Kind of title");
    $currEvent->setColorId(2); // One of the available colors ID
    
    $recurringEvent = $events->update('primary', $event_id, $currEvent);
    

    Remember that this code needs to be ran only after authentication.
    Hope it helps someone. It did me 😉

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After following: https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview I can sign up a user via Facebook. But I'm struggling
I'm storing GData Event objects from the Google API in a datable (Ok, I
Code can be perfect, and also perfectly useless at the same time. Getting requirements
I have a C++ application that works and compile perfectly. I can execute and
Can't seem to figure out what's wrong with the simple getJSON call below. It's
public void valueChanged(TreeSelectionEvent event) { //Add images depending on selection. String selection = navigation.getLastSelectedPathComponent().toString();
I have been trying to add onclick event to new elements I added with
My application has dynamically added Dropdowns. The user can add as many as they
How can I pass args to the event handler function? This runs the function
I am trying to add an onkeypress event to a dynamically created p element.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.