Search code examples
apirssgoogle-calendar-apifeed

Google calendar feed link does not respect the parameters


I try to use this link to show the upcoming events but there is not respect my params form link have anyone any idea how to fix this? It is showing the whole events. Even the past ones

https://www.google.com/calendar/feeds/mariushincu0%40gmail.com/public/basic?singleEvents=true&orderBy=startTime&timeMin=2015-04-25T00:00:00Z


Solution

  • As I said previously this is the same as the previous post in as much as you need to change the parameter "timeMin" to be "start-min"

    Therefore the answer for your URL is

    https://www.google.com/calendar/feeds/mariushincu0%40gmail.com/public/basic?singleEvents=true&orderBy=startTime&start-min=2015-04-25T00:00:00Z