Google Calendar – How to Select Text from Agenda View in Chrome

google-calendargoogle-chrome

Sometimes I want to select text from the Agenda view of Google Calendar, but when I try to do so in Chrome, I'm unable to. Is there a workaround for this?

Best Answer

Install the StyleBot Chrome extension.

Select "Edit CSS" option for the default editing mode.

Go to Google Calendar, click on the StyleBot icon, click on "Open StyleBot" in the menu.

Enter the following CSS:

#gridcontainer {
    -webkit-user-select: text;
    background: #fff;
    position: relative;
}

Now you will always be able to select the text in the Google Calendar Agenda view.