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

  • Home
  • SEARCH
  • 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 8218335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T12:45:33+00:00 2026-06-07T12:45:33+00:00

I am having an issue where I need to pull back the current event’s

  • 0

I am having an issue where I need to pull back the current event’s listed in someones default Google calendar, perhaps for a week. I listed the best code example I can find below, but it does not have anything that points to the Oauth2 call in it. Also, I get an error for service. but I cannot find anything that would possibly reference it including the accessProtectedResource object.

Could someone explain what service is supposed to be, or a link to an example that will give me the calendar events after an Oauth2 call?

CalendarList calendarList = service.calendarList().list().execute();

    while (true) {
      for (CalendarListEntry calendarListEntry : calendarList.getItems()) {
        System.out.println(calendarListEntry.getSummary());
      }
      String pageToken = calendarList.getNextPageToken();
      if (pageToken != null && !pageToken.isEmpty()) {
        calendarList =     service.calendarList().list().setPageToken(pageToken).execute();
      } else {
        break;
      }
    }
  • 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-07T12:45:35+00:00Added an answer on June 7, 2026 at 12:45 pm

    Took me a while to get this since the Google documentation is there, but it has an error in it.

    Calendar service3 = new Calendar(transport, jsonFactory, accessProtectedResource);
    
    com.google.api.services.calendar.model.Calendar calendar = service3.calendars().get("primary").execute();
    com.google.api.services.calendar.model.Events events = service3.events().list("primary").execute(); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having an issue where I need to be able to specify the
having the following XML sample document, I need to issue an XPath/XQuery expression to
I'm having a JavaScript issue where I need a function to run and complete
Google checkout is having an issue with dynamic merchant shipping callback calculation. When customer
I'm having an issue where I need to get the sum of a group
I’m having an issue where I need to be able to change a series
I am having an issue where I need to be able to delete multiple
Im having a issue, I need to combine 2 scripts together. One of which
I am having an issue crafting a good query for what I need. I
I am having an issue with the following, I need the ID to be

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.