For the most part, things are working as expected, except:
[LIST=1]
After selecting Import Google Events, Clicking on an event on the calendar (month view) brings up the wrong event. Looking at the MySQL database revealed a possible answer. Every time you click Google Import it deletes all of the linked events and then rewrites them. However the calendar grid does not refresh, so when you click on an existing item the ID of that item does not exist. Instead of throwing an error it goes to EOF and displays the record of the last record. When exiting the form it refreshes the grid so the second time you click it, it goes to the correct record.
If you have assigned a category to any Google Event and click import it will erase that category (set to 0) and change the color of the event to default based on past, present, or future.
If you have any fields other than the standard calendar fields, the data in those records will be deleted after an import. Related to item 2.
[/LIST]