Skip to content

Instantly share code, notes, and snippets.

View mitakeck's full-sized avatar
🌴
On vacation

mitake_ck mitakeck

🌴
On vacation
  • Aichi/Japan
View GitHub Profile
@mitakeck
mitakeck / gist:c21a9c547ee6966c7eac565822a62458
Created December 27, 2017 02:44 — forked from wokamoto/gist:5771b3b0b9b83d2e1642
[PHP] Google Calendar API v3 から祝日取得
<?php
function get_holidays_this_month($year, $month){
// 月初日
$first_day = mktime(0, 0, 0, intval($month), 1, intval($year));
// 月末日
$last_day = strtotime('-1 day', mktime(0, 0, 0, intval($month) + 1, 1, intval($year)));
$api_key = 'YOUR API KEY HERE';
$holidays_id = 'outid3el0qkcrsuf89fltf7a4qbacgt9@import.calendar.google.com'; // mozilla.org版