# Open (Google) Calendar App URL on Android - Author: **Stack Overflow** - Document Tags: [[URL Scheme]] - [URL link](https://stackoverflow.com/questions/35913971/open-google-calendar-app-url-on-android) ![rw-book-cover](https://cdn.sstatic.net/Sites/stackoverflow/Img/[email protected]?v=73d79a89bded) ## Highlights - <data android:scheme="http" android:host="www.google.com" android:pathPrefix="/calendar/event" /> <data android:scheme="https" android:host="www.google.com" android:pathPrefix="/calendar/event" /> <data android:scheme="http" android:host="www.google.com" android:pathPattern="/calendar/hosted/.*/event" /> <data android:scheme="https" android:host="www.google.com" android:pathPattern="/calendar/hosted/.*/event" /> ([View Highlight](https://read.readwise.io/read/01hwyj0qp6z6rwdvvmwcwwwxxc)) ---