I found a great tool for this at: http://gcalicsimporter.codeplex.com/releases/view/34662#ReviewsAnchor
To make it easier to use I created a batch file, which you can also try out. Leave a comment if you liked it!
In the directory you extracted the zip file, create a new file called "upload-to-google-calendar.bat"
Edit the file and paste in the following code, then save the file and double click it:
:: Thanks to amezcua the developer from: http://gcalicsimporter.codeplex.com/releases/view/34662#ReviewsAnchor
:: Batch file written by Roger Symonds of CustomWare http://www.customware.net
@echo off
:start
cls
echo Press 1 - To find ICS files in this directory
echo Press 2 - To find AND upload ICS files in this directory:
echo Press 3 - For help
echo.
echo.
set /p userinp="Type a number and hit Enter: "
set userinp=%userinp:~0,1%
if "%userinp%"=="1" goto 1
if "%userinp%"=="2" goto 2
if "%userinp%"=="3" goto 3
echo invalid choice
goto start
:1
:: Get the name of each .ics file in the current folder and save it in a file
FOR /f "tokens=*" %%J in ("dir /b *.ics") Do ( %%J > tempfile.txt)
:: Show the user the ics files that will be processed
echo The following files were found:
echo.
type tempfile.txt
echo.
echo.
echo When done hit Enter to close this window
goto end
:2
:: Get the name of each .ics file in the current folder and save it in a file
FOR /f "tokens=*" %%J in ("dir /b *.ics") Do ( %%J > tempfile.txt)
:: Show the user the ics files that will be processed
type tempfile.txt
:: upload each of the .ics files to the Google calendar configured in gcalicsimporter.config
FOR /f %%H IN (tempfile.txt) DO gcalicsimporter.exe %%H
echo When done hit Enter to close this window
goto end
:3
echo Make sure to set your Google Calendar settings in the file "gcalicsimporter.exe.config"
echo.
echo If there's a problem with the upload it will add a blank event in your calendar starting at the time you ran the upload
echo.
echo Google Calendar will not allow you to upload the same event twice
echo.
echo There is also a limit of 5000 ICS uploads per day with Google Calendar
echo.
echo.
echo When done hit Enter to close this window
goto end
etc.
:end
pause>nul
Wednesday, July 28, 2010
Monday, January 04, 2010
Heartbreak Warfare - John Mayer
http://www.ultimate-guitar.com/tabs/j/john_mayer/heartbreak_warfare_crd.htm
I love a song that's easy to play on the guitar and sounds great! With this song all the hard work is done by John's voice, the feeling and passion he sings it with.
I love a song that's easy to play on the guitar and sounds great! With this song all the hard work is done by John's voice, the feeling and passion he sings it with.
Guitar Chords:
Asus2 : x02200
Asus : x02230
A : x02220
Dsus2/F# : 2x0230
Dmaj7?/F# : 2x0220
D5/F# : 2x0200
F#m : 244220
Dsus2 : xx0230
Dmaj7? : xx0220
D5? : xx0200
Fmaj7/g? : 1x3213
C/g? : x32013
g : 3x0003
Intro:
Asus2 – Dsus2/F# x 2
Part 1:
Asus2 – Dsus2/F# x 2
Lightning strikes
Inside, a chance to keep me up at night
Dream of ways
To make you understand my pain
Part 2:
Asus2 – Dsus2/F# x 2
Clouds of sulfur in the air
Bombs are falling everywhere
It's heartbreak warfare
Once you want it to begin,
No one really every wins
In heartbreak warfare
Part 3:
F#m – Asus2 – Dsus2 x 2
If you want more love,
why don't you say so?
If you want more love,
why don't you say so?
Part 1
Part 2
Part 3
Part 4:
Fmaj7/g – C/g – g x 4
Just say so...
Part 5:
Fmaj7/g – g x 2
How come the only way to know how high you get me
is to see how far I fall
God only knows how much I'd love you if you let me
but I can't break free at all.
Part 6:
A + a fade-in to part 1 with an A-chord.
It's a heartbreak...
Part 1
Part 2
End with A Dmaj7?/F#
(1)Lighting strike
inside my chest to keep me up at night
Dream of ways
to make you understand my pain
(2)Clouds of sulfur in the air
Bombs are falling everywhere
It's heartbreak warfare
Once you want it to begin
No one really ever wins
In heartbreak warfare
(3)If you want more love, why don't you say so
If you want more love why don't you say so
(1)Drop his name
Push it in and twist the knife again
Watch my face
As I pretend to feel no pain
(2)Clouds of sulfur in the air
Bombs are falling everywhere
It's heartbreak warfare
Once you want it to begin
No one really ever wins
In heartbreak warfare
(3)If you want more love Why don't you say so
If you want more love Why don't you say so
(4)Just say so..
(5)How come the only way to know how high you get me
Is to see how far I fall
God only knows how much I'd love you if you'd let me
But I can't break free at all
(6)It's heart, heartbreak
(1)I don't care if we don't sleep at all tonight
Let's just fix this whole thing now
I swear to God we're going to get it right
If you put your weapon down
(2)Red wine and Ambien
you're talking shit again.
It's heartbreak warfare
Good to know it's all a game
Disappointment has a name:
It's heartbreak warfare (Dmaj7/F#)
Subscribe to:
Posts (Atom)