$(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-05-01T09:00:00', end: '2025-05-01T16:30:00', url: '/kodomo/details/post-814.php', className: 'calendar_2' }, { title: '「さくらそう展」会期を延長します ', start: '2025-05-01T09:00:00', end: '2025-05-01T16:30:00', url: '/kodomo/details/post-804.php', className: 'calendar_2' }, { title: '「バラ展」開催中 ', start: '2025-05-02T09:00:00', end: '2025-05-02T16:30:00', url: '/kodomo/details/post-814.php', className: 'calendar_2' }, { title: '「さくらそう展」会期を延長します ', start: '2025-05-02T09:00:00', end: '2025-05-02T16:30:00', url: '/kodomo/details/post-804.php', className: 'calendar_2' }, { title: '「バラ展」開催中 ', start: '2025-05-03T09:00:00', end: '2025-05-03T16:30:00', url: '/kodomo/details/post-814.php', className: 'calendar_2' }, { title: '「さくらそう展」会期を延長します ', start: '2025-05-03T09:00:00', end: '2025-05-03T16:30:00', url: '/kodomo/details/post-804.php', className: 'calendar_2' }, { title: '「バラ展」開催中 ', start: '2025-05-04T09:00:00', end: '2025-05-04T16:30:00', url: '/kodomo/details/post-814.php', className: 'calendar_2' }, { title: '「さくらそう展」会期を延長します ', start: '2025-05-04T09:00:00', end: '2025-05-04T16:30:00', url: '/kodomo/details/post-804.php', className: 'calendar_2' }, { title: '「バラ展」開催中 ', start: '2025-05-05T09:00:00', end: '2025-05-05T16:30:00', url: '/kodomo/details/post-814.php', className: 'calendar_2' }, { title: '「さくらそう展」会期を延長します ', start: '2025-05-05T09:00:00', end: '2025-05-05T16:30:00', url: '/kodomo/details/post-804.php', className: 'calendar_2' }, { title: '「バラ展」開催中 ', start: '2025-05-06T09:00:00', end: '2025-05-06T16:30:00', url: '/kodomo/details/post-814.php', className: 'calendar_2' }, { title: '「さくらそう展」会期を延長します ', start: '2025-05-06T09:00:00', end: '2025-05-06T16:30:00', url: '/kodomo/details/post-804.php', className: 'calendar_2' }, { title: '「バラ展」開催中 ', start: '2025-05-07T09:00:00', end: '2025-05-07T16:30:00', url: '/kodomo/details/post-814.php', className: 'calendar_2' }, { title: '「さくらそう展」会期を延長します ', start: '2025-05-07T09:00:00', end: '2025-05-07T16:30:00', url: '/kodomo/details/post-804.php', className: 'calendar_2' }, { title: '「バラ展」開催中 ', start: '2025-05-08T09:00:00', end: '2025-05-08T16:30:00', url: '/kodomo/details/post-814.php', className: 'calendar_2' }, { title: '「さくらそう展」会期を延長します ', start: '2025-05-08T09:00:00', end: '2025-05-08T16:30:00', url: '/kodomo/details/post-804.php', className: 'calendar_2' }, { title: '「バラ展」開催中 ', start: '2025-05-09T09:00:00', end: '2025-05-09T16:30:00', url: '/kodomo/details/post-814.php', className: 'calendar_2' }, { title: '「さくらそう展」会期を延長します ', start: '2025-05-09T09:00:00', end: '2025-05-09T16:30:00', url: '/kodomo/details/post-804.php', className: 'calendar_2' }, { title: '「バラ展」開催中 ', start: '2025-05-10T09:00:00', end: '2025-05-10T16:30:00', url: '/kodomo/details/post-814.php', className: 'calendar_2' }, { title: '「さくらそう展」会期を延長します ', start: '2025-05-10T09:00:00', end: '2025-05-10T16:30:00', url: '/kodomo/details/post-804.php', className: 'calendar_2' }, { title: '「バラ展」開催中 ', start: '2025-05-11T09:00:00', end: '2025-05-11T16:30:00', url: '/kodomo/details/post-814.php', className: 'calendar_2' }, { title: '「バラ展」開催中 ', start: '2025-05-12T09:00:00', end: '2025-05-12T16:30:00', url: '/kodomo/details/post-814.php', className: 'calendar_2' }, { title: '「さつき盆栽展」開催予告 最終日は15時まで', start: '2025-05-16T09:00:00', end: '2025-05-16T16:30:00', url: '/kodomo/details/post-742.php', className: 'calendar_2' }, { title: '「さつき盆栽展」開催予告 最終日は15時まで', start: '2025-05-17T09:00:00', end: '2025-05-17T16:30:00', url: '/kodomo/details/post-742.php', className: 'calendar_2' }, { title: '「さつき盆栽展」開催予告 最終日は15時まで', start: '2025-05-18T09:00:00', end: '2025-05-18T16:30:00', url: '/kodomo/details/post-742.php', className: 'calendar_2' }, { title: '「ヤマアジサイ展」開催予告 ', start: '2025-05-23T09:00:00', end: '2025-05-23T16:30:00', url: '/kodomo/details/post-813.php', className: 'calendar_2' }, { title: '「ヤマアジサイ展」開催予告 ', start: '2025-05-24T09:00:00', end: '2025-05-24T16:30:00', url: '/kodomo/details/post-813.php', className: 'calendar_2' }, { title: '「ヤマアジサイ展」開催予告 ', start: '2025-05-25T09:00:00', end: '2025-05-25T16:30:00', url: '/kodomo/details/post-813.php', className: 'calendar_2' }, { title: '「ヤマアジサイ展」開催予告 ', start: '2025-05-26T09:00:00', end: '2025-05-26T16:30:00', url: '/kodomo/details/post-813.php', className: 'calendar_2' }, { title: '「ヤマアジサイ展」開催予告 ', start: '2025-05-27T09:00:00', end: '2025-05-27T16:30:00', url: '/kodomo/details/post-813.php', className: 'calendar_2' }, { title: '「ヤマアジサイ展」開催予告 ', start: '2025-05-28T09:00:00', end: '2025-05-28T16:30:00', url: '/kodomo/details/post-813.php', className: 'calendar_2' }, { title: '「ヤマアジサイ展」開催予告 ', start: '2025-05-29T09:00:00', end: '2025-05-29T16:30:00', url: '/kodomo/details/post-813.php', className: 'calendar_2' }, { title: '「ヤマアジサイ展」開催予告 ', start: '2025-05-30T09:00:00', end: '2025-05-30T16:30:00', url: '/kodomo/details/post-813.php', className: 'calendar_2' }, { title: '「ヤマアジサイ展」開催予告 ', start: '2025-05-31T09:00:00', end: '2025-05-31T16:30:00', url: '/kodomo/details/post-813.php', className: 'calendar_2' }, { title: '「ヤマアジサイ展」開催予告 ', start: '2025-06-01T09:00:00', end: '2025-06-01T16:30:00', url: '/kodomo/details/post-813.php', className: 'calendar_2' }, { title: '休園日', start: '2025-05-19', className: 'calendar_4' }, { title: '休園日', start: '2025-06-16', className: 'calendar_4' }, { title: '休園日', start: '2025-07-22', className: 'calendar_4' }, { title: '休園日', start: '2025-08-18', className: 'calendar_4' }, { title: '休園日', start: '2025-09-16', className: 'calendar_4' }, { title: '休園日', start: '2025-10-20', className: 'calendar_4' }, { title: '休園日', start: '2025-11-17', className: 'calendar_4' }, { title: '休園日', start: '2025-12-15', className: 'calendar_4' }, { title: '休園日', start: '2025-12-29', className: 'calendar_4' }, { title: '休園日', start: '2025-12-30', className: 'calendar_4' }, { title: '休園日', start: '2025-12-31', className: 'calendar_4' }, { title: '休園日', start: '2026-01-01', className: 'calendar_4' }, { title: '休園日', start: '2026-01-02', className: 'calendar_4' }, { title: '休園日', start: '2026-01-03', className: 'calendar_4' }, { title: '休園日', start: '2026-01-19', className: 'calendar_4' }, { title: '休園日', start: '2026-02-16', className: 'calendar_4' }, { title: '休園日', start: '2026-03-16', className: 'calendar_4' }, { title: '初夏のアレンジメント', start: '2025-06-25T14:00:00', end: '2025-06-25T16:00:00', url: '/kodomo/details/post-337.php', className: 'calendar_2' }, { title: '初めての洋ラン~シンビジウム~', start: '2025-05-09T13:30:00', end: '2025-05-09T15:30:00', url: '/kodomo/details/post-647.php', className: 'calendar_2' }, { title: 'ハーブのある暮らし~ハーブの利用法~', start: '2025-05-28T10:00:00', end: '2025-05-28T12:00:00', url: '/kodomo/details/post-647.php', className: 'calendar_2' }, { title: 'ばらを愉しむ~バラの育て方~', start: '2025-05-31T10:00:00', end: '2025-05-31T12:00:00', url: '/kodomo/details/post-647.php', className: 'calendar_2' }, { title: 'こどもサイエンス講座「葉っぱにもひみつがあるのだ」', start: '2025-06-29T13:30:00', end: '2025-06-29T15:30:00', url: '/kodomo/details/post-646.php', className: 'calendar_2' }, { title: 'エジソンの点灯実験~マダケでつくるフィラメント~', start: '2025-07-26T', end: '2025-07-26T', url: '/kodomo/details/post-646.php', className: 'calendar_2' }, { title: 'タデアイのたたき染め~エコバッグを作ろう~', start: '2025-08-02T10:00:00', end: '2025-08-02T12:00:00', url: '/kodomo/details/post-646.php', className: 'calendar_2' }, { title: '春祭り開催のお知らせ5月5日(月祝) ', start: '2025-05-05T10:00:00', end: '2025-05-05T15:00:00', url: '/kodomo/details/post-739.php', className: 'calendar_2' }, { title: '令和7年度 絵本の読み聞かせと自然遊び ', start: '2025-05-10T10:00:00', end: '2025-05-10T11:00:00', url: '/kodomo/details/post-802.php', className: 'calendar_2' }, { title: '令和7年度 絵本の読み聞かせと自然遊び ', start: '2025-06-14T10:00:00', end: '2025-06-14T11:00:00', url: '/kodomo/details/post-802.php', className: 'calendar_2' }, { title: '令和7年度 絵本の読み聞かせと自然遊び ', start: '2025-07-12T10:00:00', end: '2025-07-12T11:00:00', url: '/kodomo/details/post-802.php', className: 'calendar_2' }, { title: '令和7年度 絵本の読み聞かせと自然遊び ', start: '2025-09-13T10:00:00', end: '2025-09-13T11:00:00', url: '/kodomo/details/post-802.php', className: 'calendar_2' }, { title: '令和7年度 絵本の読み聞かせと自然遊び ', start: '2025-10-11T10:00:00', end: '2025-10-11T11:00:00', url: '/kodomo/details/post-802.php', className: 'calendar_2' }, { title: '令和7年度 絵本の読み聞かせと自然遊び ', start: '2026-01-10T10:00:00', end: '2026-01-10T11:00:00', url: '/kodomo/details/post-802.php', className: 'calendar_2' }, { title: '令和7年度 絵本の読み聞かせと自然遊び ', start: '2026-03-14T10:00:00', end: '2026-03-14T11:00:00', url: '/kodomo/details/post-802.php', className: 'calendar_2' }, { title: '令和7年度 園内ガイド ※9:45から管理棟前で受付を開始します。', start: '2025-05-11T10:00:00', end: '2025-05-11T11:00:00', url: '/kodomo/details/post-801.php', className: 'calendar_2' }, { title: '令和7年度 園内ガイド ※9:45から管理棟前で受付を開始します。', start: '2025-06-08T10:00:00', end: '2025-06-08T11:00:00', url: '/kodomo/details/post-801.php', className: 'calendar_2' }, { title: '令和7年度 園内ガイド ※9:45から管理棟前で受付を開始します。', start: '2025-07-13T10:00:00', end: '2025-07-13T11:00:00', url: '/kodomo/details/post-801.php', className: 'calendar_2' }, { title: '令和7年度 園内ガイド ※9:45から管理棟前で受付を開始します。', start: '2025-09-14T10:00:00', end: '2025-09-14T11:00:00', url: '/kodomo/details/post-801.php', className: 'calendar_2' }, { title: '令和7年度 園内ガイド ※9:45から管理棟前で受付を開始します。', start: '2025-10-12T10:00:00', end: '2025-10-12T11:00:00', url: '/kodomo/details/post-801.php', className: 'calendar_2' }, { title: '令和7年度 園内ガイド ※9:45から管理棟前で受付を開始します。', start: '2025-11-09T10:00:00', end: '2025-11-09T11:00:00', url: '/kodomo/details/post-801.php', className: 'calendar_2' }, { title: '令和7年度 園内ガイド ※9:45から管理棟前で受付を開始します。', start: '2025-12-14T10:00:00', end: '2025-12-14T11:00:00', url: '/kodomo/details/post-801.php', className: 'calendar_2' }, { title: '令和7年度 園内ガイド ※9:45から管理棟前で受付を開始します。', start: '2026-02-08T10:00:00', end: '2026-02-08T11:00:00', url: '/kodomo/details/post-801.php', className: 'calendar_2' }, { title: '令和7年度 園内ガイド ※9:45から管理棟前で受付を開始します。', start: '2026-03-08T10:00:00', end: '2026-03-08T11:00:00', url: '/kodomo/details/post-801.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"}, ] }, ], }); });