Set Google Calendar query parameters with google-java-api-client in Android
问题 I'm building a URL to gain access to a users Google calendar with the google-javi-api as such: CalendarUrl url = CalendarUrl.forEventFeed("accountName", "private", "full"); which returns me this url: "https://www.google.com/calendar/feeds/user@gmail.com/private/full?prettyprint=true" I would like to set parameters to this URL with startMin and startMax parameters so the URL would eventually look like this: "https://www.google.com/calendar/feeds/default/private/full?start-min=2011-06-00T00:00