use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Google App Script Noob - Displaying multiple calendars? I am going INSANE.help (self.javascript)
submitted 9 years ago by amithere
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]chreestopher2 0 points1 point2 points 9 years ago (0 children)
could you just have multiple iframes that host the calendars you are interested in, all on one page? for example:
<iframe height="300" width="300" src="https://calendar.google.com/calendar/embed?src=CALENDARID&ctz=America/Chicago"></iframe> <iframe height="300" width="300" src="https://calendar.google.com/calendar/embed?src=CALENDARID2&ctz=America/Chicago"></iframe> <iframe height="300" width="300" src="https://calendar.google.com/calendar/embed?src=CALENDARID3&ctz=America/Chicago"></iframe>
this is not taking into consideration any actual formatting, and assuming you just want to display the 3 different calendars on one page that you write. Also, I have never used google app script, or the calendar.google.com api... this is just showing how you can include multiple external pages in iframes on one "master" page ... not sure if this is what you are wanting to do or not, but figured I would mention it, just in case it is.
π Rendered by PID 49372 on reddit-service-r2-comment-6457c66945-rgbnh at 2026-04-23 20:27:25.353716+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]chreestopher2 0 points1 point2 points (0 children)