Skip to content

Instantly share code, notes, and snippets.

View rkrevolution's full-sized avatar

Rob K rkrevolution

View GitHub Profile
@rkrevolution
rkrevolution / css-only-calendar-layout-css-grid.markdown
Created November 19, 2024 02:30
CSS-Only Calendar Layout [CSS Grid]
@rkrevolution
rkrevolution / Google App Script Shift Events Back by One Day
Created November 5, 2025 14:28
Google App Script Shift Events Back by One Day
/**
* Shifts every event in a given Google Calendar back by exactly one day (24h).
* - Automatically detects the true min/max date range of existing events.
* - Includes a DRY_RUN mode so you can preview changes before applying.
*/
function shiftCalendarEventsBackOneDay_AutoRange() {
/**
* 1. REQUIRED: Replace this with the Calendar ID you want to modify.
* You can find it under Google Calendar → Settings → "Calendar ID"