I have many ICS files which I want to import into my google calendar. Importing them one at a time, just isn't practical. Are there any alternatives?
|
feedback
|
migrated from stackoverflow.com Jul 20 '09 at 20:11
This question came from our site for professional and enthusiast programmers.
|
You can just concatenate them into one big file. In windows, copy all of your
If you are a linux user you can use:
Then import | ||||
|
feedback
|
|
Under DOS/Windows CMD, instead of typing out all the filenames, you can also just use
with the same result. Which means you can also just toss that one line into something like | |||
|
feedback
|