Blogroll
Tuesday, January 8, 2013
Google Calendar Countdown widget
Wonder how you can create a countdown widget and put it on web? You can simply consider using javascript to cater for that. But how about creating countdown by referencing to individual google calendar ...Below link is the place for that purpose..
http://www.countdownr.com/linking.html
Do you have a google calendar yet ? If no, just sign up for the google account. You probably need to get your google calendar address out by visiting the page http://support.google.com/calendar/bin/answer.py?hl=en&answer=37103
Or you may log into google calendar and go to calendar setting for the xml or html export. Then, you would see it on the screen. Normally, it goes like this https://www.google.com/calendar/feeds/xxxx%40gmail.com/public/basic
Before making it work, you need to set your event known as public sharing so that it can be shown on web.
For me, I'd display the countdown widget (http://www.countdownr.com/linking.html) and my calendar colume by coding like
" <iframe src="https://www.google.com/calendar/embed?src=xxxx%40gmail.com&ctz=Asia/Kuala_Lumpur" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe> "
Let's make blogging more fun..
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment