Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I recently received an email from Google (it was an email address ending with @google.com) On the right hand side of my gmail, there was a link Add event to Google Calendar. Upon clicking this link, I received the following error message. What could be the reason for this and how do I resolve this issue?

Error message when I tried to add an event

share|improve this question

2 Answers

up vote 1 down vote accepted

Refer the information about this error FIX: "414 Request-URI Too Large" Error Message from ISA Server and HTTP Error 414 Request URI too long

share|improve this answer
nice, thank you. – Lelouch Lamperouge Feb 6 '12 at 20:11

The accepted answer isn't actually a solution.

I ran into this problem recently, and I made a simple Chrome Extension that fixes the problem, at least for Google Calendar. It uses the webRequest API to shorten the URL automatically after you click the link.

You can download it on the Chrome Web Store.

share|improve this answer
doesn't look like they were looking for a solution, but rather answer for why this was happening. As such, you've posted a good workaround and it's a valid one. – Dez Oct 21 '12 at 19:36

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.