Hi
I often find that I have lists of events in Excel that I want to add to a Google Calendar.
The easiest way I have found to do this is use a spot of Custom Formatting in Excel and then Copy & Paste the cells to Notepad and create a .txt file. You can then import this .txt into Google Calendar.
Google requires the following columns, in this order:
"Subject","Start Date","Start Time","End Date","End Time","All day event","Description"
E.g.
"What's new in Gengerbread 2.3.6?","09/05/2011","9:00 AM","09/05/2011","10:00 AM","TRUE","write blog post"
It is very particular about quotation marks and date and time formats, so I use the following Custom Formats
"@", for Text
"MMDDYY", for Dates
"H:MM AM/PM", for Times
My question is, how can I create the .txt file from Excel. I've tried both CSV and TXT exports, but both insist on putting extra quotation marks around all the fields. So I end up with something like:
"""What's new in Gengerbread 2.3.6?""","""09/05/2011""","""9:00 AM""","""09/05/2011""","""10:00 AM""","""TRUE""","""write blog post"""
If I don't add the quotation marks in Excel, then in the export the text fields get quotes but the dates and times do not. So I end up with something like:
"What's new in Gengerbread 2.3.6?",09/05/2011,9:00 AM,09/05/2011,10:00 AM,"TRUE","write blog post"
Neither of which import correctly into Google.
Does anyone have any ideas about how I might get an export with the required number of quotes and commas, please?
Thanks
Mark
I often find that I have lists of events in Excel that I want to add to a Google Calendar.
The easiest way I have found to do this is use a spot of Custom Formatting in Excel and then Copy & Paste the cells to Notepad and create a .txt file. You can then import this .txt into Google Calendar.
Google requires the following columns, in this order:
"Subject","Start Date","Start Time","End Date","End Time","All day event","Description"
E.g.
"What's new in Gengerbread 2.3.6?","09/05/2011","9:00 AM","09/05/2011","10:00 AM","TRUE","write blog post"
It is very particular about quotation marks and date and time formats, so I use the following Custom Formats
"@", for Text
"MMDDYY", for Dates
"H:MM AM/PM", for Times
My question is, how can I create the .txt file from Excel. I've tried both CSV and TXT exports, but both insist on putting extra quotation marks around all the fields. So I end up with something like:
"""What's new in Gengerbread 2.3.6?""","""09/05/2011""","""9:00 AM""","""09/05/2011""","""10:00 AM""","""TRUE""","""write blog post"""
If I don't add the quotation marks in Excel, then in the export the text fields get quotes but the dates and times do not. So I end up with something like:
"What's new in Gengerbread 2.3.6?",09/05/2011,9:00 AM,09/05/2011,10:00 AM,"TRUE","write blog post"
Neither of which import correctly into Google.
Does anyone have any ideas about how I might get an export with the required number of quotes and commas, please?
Thanks
Mark