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 8884373
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T21:02:51+00:00 2026-06-14T21:02:51+00:00

When I create an event and then access it via Google Script, I notice

  • 0

When I create an event and then access it via Google Script, I notice that the endTime overruns the actual day I set the event for. This can be very problematic when iterating over days in the calendar to get events.

Example:
Go into a Google Calendar and set an all day event with the standard defaults for todays date. Then execute the following code:

function foo() {
  var cal = CalendarApp.getDefaultCalendar();
  var date = new Date();
  var events = cal.getEventsForDay(date);
  Logger.log("Events for today: "+date);
  for (var i=0; i<events.length;i++) {
      Logger.log(events[i].getTitle());
      Logger.log(" "+events[i].getStartTime());
      Logger.log(" "+events[i].getEndTime());
  }
  date.setDate(date.getDate()+1);
  Logger.log("\nEvents for tomorrow: "+date);
  events = cal.getEventsForDay(date);
  for (var i=0; i<events.length;i++) {
      Logger.log(events[i].getTitle());
      Logger.log(" "+events[i].getStartTime());
      Logger.log(" "+events[i].getEndTime());
  }
}

Example output (from Google Script log):

Events for today: Wed Jul 04 2012 19:39:12 GMT+0200 (CEST)
Test
 Wed Jul 04 2012 02:00:00 GMT+0200 (CEST)
 Thu Jul 05 2012 02:00:00 GMT+0200 (CEST)

Events for tomorrow: Thu Jul 05 2012 19:39:12 GMT+0200 (CEST)
Test
 Wed Jul 04 2012 02:00:00 GMT+0200 (CEST)
 Thu Jul 05 2012 02:00:00 GMT+0200 (CEST)
OK
  • 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-14T21:02:52+00:00Added an answer on June 14, 2026 at 9:02 pm

    I’ve now revisited this issue 3 different times looking for solutions. The ONLY reasonable solution i can find is to create a new calendar at GMT+0. Then all “all day” events will align properly within a single day.

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

Sidebar

Related Questions

I understood how to create events, like that: var evt=document.createEvent('Event'); evt.initEvent('foo',true,true); window.dispatch(evt); Then anyone
I have an SQL script which creates a scheduled event: CREATE EVENT Daily_1200PM SCHEDULE
Seeking to create an event handler that registers a callback and iterates based on
I would like to create a scenario to directly access IOs via USB by
I want to access JFrame(GraphicsConfiguration) using SwingBuilder.frame(), but I can't set it via the
This is a basic process that I cannot find any info on in Google
CREATE EVENT myevent4 ON SCHEDULE EVERY '1' MINUTE DO UPDATE receipt r inner join
Possible Duplicate: Create event handler for OnScroll for web browser control I would like
Can I create an event so I can execute some javascript whenever an element
I want to create an Event Calendar for my iPhone App. In a first

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.