Skip to content

Instantly share code, notes, and snippets.

View moladukes's full-sized avatar
🤙
Focus

Milo Delgado moladukes

🤙
Focus
View GitHub Profile
# db/schema.rb
create_table "webhooks", force: :cascade do |t|
t.integer "webhook_type", null: false
t.string "event_type", null: false
t.string "resource_type", null: false
t.jsonb "event_data", default: {}, null: false
t.boolean "processed", default: false, null: false
t.datetime "created_at", precision: 6, null: false
t.datetime "updated_at", precision: 6, null: false
end
@moladukes
moladukes / holidays.json
Created August 30, 2023 20:24
Google Calendar Country Holiday CalendarId's
{
"Afghanistan": "en.af#[email protected]",
"Albania": "en.al#[email protected]",
"Algeria": "en.dz#[email protected]",
"American Samoa": "en.as#[email protected]",
"Andorra": "en.ad#[email protected]",
"Angola": "en.ao#[email protected]",
"Anguilla": "en.ai#[email protected]",
"Antigua and Barbuda": "en.ag#[email protected]",
"Argentina": "en.ar#[email protected]",