$(document).ready(function() { $('#calendar').fullCalendar({ header: { // title, prev, next, prevYear, nextYear, today left: 'prev,next today', center: 'title', right: 'month agendaWeek agendaDay' }, defaultView: 'month', // 日付クリック動作 dayClick: function(date, jsEvent, view) { //alert('Clicked on: ' + date.format()); //alert('Coordinates: ' + jsEvent.pageX + ',' + jsEvent.pageY); //alert('Current view: ' + view.name); if (view.name != 'month') return; if (view.name == 'month') { $('#calendar').fullCalendar('changeView', 'agendaDay'); $('#calendar').fullCalendar('gotoDate', date); } }, // 最初の曜日 firstDay: 1, // 1:月曜日 // 土曜、日曜を表示 weekends: true, // 終日スロットのタイトル allDayText: '終日', minTime: "08:00:00", //スケジュールの開始時間 maxTime: "22:00:00", //スケジュールの最終時間 // 列のフォーマット columnFormat: { month: 'ddd', // 月 week: 'D日(ddd)', // 7(月) day: 'dddd' // 7(月) }, // タイトルの書式 titleFormat: { month: 'YYYY年M月', // 2013年9月 week: "YYYY年M月D日", day: 'M月D日', // 9月7日 }, // ボタン文字列 buttonText: { today: '今日', month: '月', week: '週', day: '日' }, // 月名称 monthNames: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], // 月略称 monthNamesShort: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], // 曜日名称 dayNames: ['日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日'], // 曜日略称 dayNamesShort: ['日', '月', '火', '水', '木', '金', '土'], //moreのpop処理 eventLimit: 3, // allow "more" link when too many events views: { agenda: { eventLimitClick:'popover' } }, eventLimitClick:'popover', googleCalendarApiKey: 'AIzaSyDFBzYqDBdMjWrZw3Qj0j4gPaWIHjGJI2M',//←① eventSources:[ { googleCalendarId: 'ja.japanese#holiday@group.v.calendar.google.com',//←日本の休日Googleカレンダー読み込み className: 'calendar_holiday', color: 'yellow', success:function(events){ $(events).each(function(){ this.url = null; }); }, //ここまで events: [ { title: '神奈川県中学選抜陸上競技大会 ', start: '2025-07-05T09:00:00', end: '2025-07-05T17:00:00', url: '/park/mitsuzawa/details/post-1169.php', className: 'calendar_2' }, { title: '神奈川県中学選抜陸上競技大会 ', start: '2025-07-06T09:00:00', end: '2025-07-06T17:00:00', url: '/park/mitsuzawa/details/post-1169.php', className: 'calendar_2' }, { title: '2025プレナスなでしこリーグ1部 第16節 ニッパツ横浜FCシーガルズ vs 日体大SMG横浜 ', start: '2025-08-31T16:00:00', end: '2025-08-31T', url: '/park/mitsuzawa/details/20251-16fcvs-smg.php', className: 'calendar_2' }, { title: '2025明治安田J1リーグ 第28節 横浜FC vs 東京ヴェルディ ', start: '2025-08-30T18:00:00', end: '2025-08-30T', url: '/park/mitsuzawa/details/2025j128fc-vs.php', className: 'calendar_2' }, { title: '2025明治安田J1リーグ 第25節 横浜FC vs 浦和レッズ ', start: '2025-08-09T18:00:00', end: '2025-08-09T', url: '/park/mitsuzawa/details/2025j125fc-vs.php', className: 'calendar_2' }, { title: '神奈川陸上競技選手権大会 兼第2回神奈川県記録会 ', start: '2025-06-29T09:00:00', end: '2025-06-29T18:00:00', url: '/park/mitsuzawa/details/-2-2.php', className: 'calendar_2' }, { title: '芝生にふれよう! 参加者募集 (午前の部)', start: '2025-07-27T09:15:00', end: '2025-07-27T10:45:00', url: '/park/mitsuzawa/details/post-1161.php', className: 'calendar_2' }, { title: '芝生にふれよう! 参加者募集 (午後の部)', start: '2025-07-27T13:45:00', end: '2025-07-27T15:15:00', url: '/park/mitsuzawa/details/post-1161.php', className: 'calendar_2' }, { title: '第27回 日本フットボールリーグ 第17節 Y.S.C.C.横浜 vs FCマルヤス岡崎 ', start: '2025-07-19T17:00:00', end: '2025-07-19T', url: '/park/mitsuzawa/details/2717yscc-vs-fc.php', className: 'calendar_2' }, { title: 'レアル・ソシエダジャパンツアー2025 レアル・ソシエダ vs. 横浜FC ', start: '2025-07-25T19:00:00', end: '2025-07-25T', url: '/park/mitsuzawa/details/2025-vs-fc.php', className: 'calendar_2' }, { title: '2025明治安田J1リーグ 第23節 横浜FC vs 横浜F・マリノス ', start: '2025-07-05T19:00:00', end: '2025-07-05T', url: '/park/mitsuzawa/details/2025j123fc-vs.php', className: 'calendar_2' }, { title: '第27回 日本フットボールリーグ 第14節 Y.S.C.C.横浜 vs 飛鳥FC ', start: '2025-06-29T17:00:00', end: '2025-06-29T', url: '/park/mitsuzawa/details/2714yscc-vs-fc.php', className: 'calendar_2' }, {"title":"海の日","start":"2024-07-15","color":"pink"}, {"title":"山の日","start":"2024-08-11","color":"pink"}, {"title":"休日 山の日","start":"2024-08-12","color":"pink"}, {"title":"敬老の日","start":"2024-09-16","color":"pink"}, {"title":"秋分の日","start":"2024-09-22","color":"pink"}, {"title":"秋分の日 振替休日","start":"2024-09-23","color":"pink"}, {"title":"スポーツの日","start":"2024-10-14","color":"pink"}, {"title":"文化の日","start":"2024-11-03","color":"pink"}, {"title":"文化の日 振替休日","start":"2024-11-04","color":"pink"}, {"title":"勤労感謝の日","start":"2024-11-23","color":"pink"}, {"title":"元日","start":"2025-01-01","color":"pink"}, {"title":"成人の日","start":"2025-01-13","color":"pink"}, {"title":"建国記念の日","start":"2025-02-11","color":"pink"}, {"title":"天皇誕生日","start":"2025-02-23","color":"pink"}, {"title":"天皇誕生日振替休日","start":"2025-02-24","color":"pink"}, {"title":"春分の日","start":"2025-03-20","color":"pink"}, {"title":"昭和の日","start":"2025-04-29","color":"pink"}, {"title":"憲法記念日","start":"2025-05-03","color":"pink"}, {"title":"みどりの日","start":"2025-05-04","color":"pink"}, {"title":"こどもの日","start":"2025-05-05","color":"pink"}, {"title":"みどりの日振替休日","start":"2025-05-06","color":"pink"}, {"title":"海の日","start":"2025-07-21","color":"pink"}, {"title":"山の日","start":"2025-08-11","color":"pink"}, {"title":"敬老の日","start":"2025-09-15","color":"pink"}, {"title":"秋分の日","start":"2025-09-23","color":"pink"}, {"title":"スポーツの日","start":"2025-10-13","color":"pink"}, {"title":"文化の日","start":"2025-11-03","color":"pink"}, {"title":"勤労感謝の日","start":"2025-11-23","color":"pink"}, {"title":"勤労感謝の日振替休日","start":"2025-11-24","color":"pink"}, {"title":"大晦日","start":"2025-12-31","color":"pink"}, {"title":"元旦","start":"2026-01-01","color":"pink"}, {"title":"成人の日","start":"2026-01-12","color":"pink"}, {"title":"建国記念日","start":"2026-02-11","color":"pink"}, {"title":"天皇誕生日","start":"2026-02-23","color":"pink"}, {"title":"春分の日","start":"2026-03-20","color":"pink"}, {"title":"昭和の日","start":"2026-04-29","color":"pink"}, {"title":"憲法記念日","start":"2026-05-03","color":"pink"}, {"title":"みどりの日","start":"2026-05-04","color":"pink"}, {"title":"こどもの日","start":"2026-05-05","color":"pink"}, {"title":"憲法記念日 振替休日","start":"2026-05-06","color":"pink"}, ] }, ], }); });