Skip to content

Instantly share code, notes, and snippets.

View mamori017's full-sized avatar
🏠
Working from home

mamori017 mamori017

🏠
Working from home
View GitHub Profile
@wokamoto
wokamoto / gist:5771b3b0b9b83d2e1642
Last active December 7, 2023 07:53
[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版