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#holiday@group.v.calendar.google.com",
"Albania": "en.al#holiday@group.v.calendar.google.com",
"Algeria": "en.dz#holiday@group.v.calendar.google.com",
"American Samoa": "en.as#holiday@group.v.calendar.google.com",
"Andorra": "en.ad#holiday@group.v.calendar.google.com",
"Angola": "en.ao#holiday@group.v.calendar.google.com",
"Anguilla": "en.ai#holiday@group.v.calendar.google.com",
"Antigua and Barbuda": "en.ag#holiday@group.v.calendar.google.com",
"Argentina": "en.ar#holiday@group.v.calendar.google.com",