Shoutbox

adding multiple events to google calendar - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: adding multiple events to google calendar (/showthread.php?tid=92198)

adding multiple events to google calendar by foaly on 09-13-2009 at 01:58 PM

Since I get a different work schedule every week, I have to manually enter all the times and dates in my google calendar. So I tried googleing for a way to add multiple events at once. Sadly I didn't find any easy ones...
Just how to do it with a batch but since I decided "if I make this for myself I can just as easily make it work for my colleagues." I wondered if anyone knew a way to do it with just easy javascript/html/php...
Your help will be highly appreciated :)


RE: adding multiple events to google calendar by Ezra on 09-13-2009 at 05:44 PM

http://code.google.com/apis/calendar/


RE: adding multiple events to google calendar by Menthix on 09-13-2009 at 06:13 PM

If you get the data digitally in some structured form perhaps you could turn it it in a .ics file and all you have to do after that is import or subscribe to it to import all its events at once..

Although that's not exactly easy for everyone, if you can write a script to do this, everyone can make use of it.


RE: adding multiple events to google calendar by foaly on 09-14-2009 at 12:24 PM

quote:
Originally posted by Ezra
http://code.google.com/apis/calendar/
That is where I started, but couldn't find a good solution there...

quote:
Originally posted by Menthix
If you get the data digitally in some structured form perhaps you could turn it it in a .ics file and all you have to do after that is import or subscribe to it to import all its events at once..

Although that's not exactly easy for everyone, if you can write a script to do this, everyone can make use of it.
That sounds workable :) tnx for the idea....