From e72389c22d7a98f89f8702ce7561b539542e54bd Mon Sep 17 00:00:00 2001 From: iN0mad Date: Thu, 1 Jan 2026 18:24:58 +0100 Subject: [PATCH] Add calendar events for Sprint S1 Deep Work blocks --- docs/calendar_events_s1.json | 107 +++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 docs/calendar_events_s1.json diff --git a/docs/calendar_events_s1.json b/docs/calendar_events_s1.json new file mode 100644 index 0000000..50ef630 --- /dev/null +++ b/docs/calendar_events_s1.json @@ -0,0 +1,107 @@ +[ + { + "summary": "\ud83c\udfaf Deep Work: Sprint S1 - Day 1", + "description": "Focused work time for Sprint S1 tasks. No meetings, no distractions.", + "start": { + "dateTime": "2026-01-05T09:30:00", + "timeZone": "Europe/Kyiv" + }, + "end": { + "dateTime": "2026-01-05T15:30:00", + "timeZone": "Europe/Kyiv" + }, + "reminders": { + "useDefault": false, + "overrides": [ + { + "method": "popup", + "minutes": 15 + } + ] + } + }, + { + "summary": "\ud83c\udfaf Deep Work: Sprint S1 - Day 2", + "description": "Focused work time for Sprint S1 tasks. No meetings, no distractions.", + "start": { + "dateTime": "2026-01-06T09:30:00", + "timeZone": "Europe/Kyiv" + }, + "end": { + "dateTime": "2026-01-06T15:30:00", + "timeZone": "Europe/Kyiv" + }, + "reminders": { + "useDefault": false, + "overrides": [ + { + "method": "popup", + "minutes": 15 + } + ] + } + }, + { + "summary": "\ud83c\udfaf Deep Work: Sprint S1 - Day 3", + "description": "Focused work time for Sprint S1 tasks. No meetings, no distractions.", + "start": { + "dateTime": "2026-01-07T09:30:00", + "timeZone": "Europe/Kyiv" + }, + "end": { + "dateTime": "2026-01-07T15:30:00", + "timeZone": "Europe/Kyiv" + }, + "reminders": { + "useDefault": false, + "overrides": [ + { + "method": "popup", + "minutes": 15 + } + ] + } + }, + { + "summary": "\ud83c\udfaf Deep Work: Sprint S1 - Day 4", + "description": "Focused work time for Sprint S1 tasks. No meetings, no distractions.", + "start": { + "dateTime": "2026-01-08T09:30:00", + "timeZone": "Europe/Kyiv" + }, + "end": { + "dateTime": "2026-01-08T15:30:00", + "timeZone": "Europe/Kyiv" + }, + "reminders": { + "useDefault": false, + "overrides": [ + { + "method": "popup", + "minutes": 15 + } + ] + } + }, + { + "summary": "\ud83c\udfaf Deep Work: Sprint S1 - Day 5", + "description": "Focused work time for Sprint S1 tasks. No meetings, no distractions.", + "start": { + "dateTime": "2026-01-09T09:30:00", + "timeZone": "Europe/Kyiv" + }, + "end": { + "dateTime": "2026-01-09T15:30:00", + "timeZone": "Europe/Kyiv" + }, + "reminders": { + "useDefault": false, + "overrides": [ + { + "method": "popup", + "minutes": 15 + } + ] + } + } +] \ No newline at end of file