Modified Calendar app to intercept calendar weblinks

Added intent-filter to intercept http[s]://www.google.com/calendar/[hosted/.*/]event.*
and show the EventInfoActivity if the event is known.  Otherwise, resend the intent
and have thebrowser handle the link.

	modified:   AndroidManifest.xml
	modified:   src/com/android/calendar/EventInfoActivity.java
	new file:   src/com/android/calendar/GoogleCalendarUriIntentFilter.java
3 files changed