I am accessing Google Calendar API for holiday events in Pakistan. I want to get the holidays by selecting the year. But I am not able to find any solution in which i could send the year as a parameter in the API. The url that I am hitting to get the respective holidays is:
Please help me out to search the holidays according to the given year where i can add an extra parameter like:
"&year=2016"
and get the relevant year's result.
Thanks.