Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"mode: 'upcoming'," is returning "mode: 'updates'," #17

Open
ghost opened this issue Mar 15, 2014 · 0 comments
Open

"mode: 'upcoming'," is returning "mode: 'updates'," #17

ghost opened this issue Mar 15, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 15, 2014

Sugi,

Thank you for the awesome script. It is the only solution to a huge problem that I am facing with having over 50 calendars tied to one website via Google. I had a few sample calendars up and running a few days ago but it now seems that the dates aren't showing up correctly.

As you can see here: http://ohno.ws/gcal-flow.html the dates are in the past but if you click on "See all events" at the bottom of the page, the events listed are actually for future dates. I have mode set to 'upcoming' and am using a custom date format of:

date_formatter: function(d) {function pad(n){return n<10 ? '0'+n : n}
return (pad(d.getMonth()+1)) + "/" + pad(d.getDate()) + "/" + pad(d.getUTCFullYear()) + " at " + pad(d.getHours()) + ":" + pad(d.getUTCMinutes()) .toString().substr(-2) }

Could you please assist me with resolving this issue so that the dates are showing up as the date that the event will take place instead of when the event was created in google calendar?

Thank you,
Jesse Dockett

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants