javascript - Get Holidays List of a Country from Google Calendar API -


i want extract country's holiday list google calendar api using javascript.

is possible? how can this?

yes, using google api can that.

  • create api app in google developer account .https://console.developers.google.com
  • from "credentials" tab can create api key, "aizasybcot_dpeqysiwfmmmzxupkpnrodjyahhm"
  • then can access holiday calender using url

https://www.googleapis.com/calendar/v3/calendars/usa__en%40holiday.calendar.google.com/events?key=yourapikey


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -