Big Calendar iOS calendar app
See the codeA big, easy-to-see calendar for iPhone.
Big Calendar shows the calendars already on your device — iCloud, Google, and anything else synced through iOS — in a large, high-contrast layout that's easy to read at a glance.
birthday -> bday, movie -> 🍿) so more fits on screen.Multi-day events always come first — they're drawn as bars at the top of each day. Your calendar order from Settings → calendars then applies to the remaining single-day events. So the calendar order isn't followed 100%: multi-day events take priority over it.
How much of a long event title is shown depends on how many weeks you're viewing, so more weeks still stay readable:
When a title doesn't fit, it's clipped at the edge of the tile (no trailing "…"),
matching Apple and Google Calendar. This layout is a design choice and may change.
(In code it's controlled by getLineLimit(weekRow:) in ViewModel.swift.)
Reminders (from the iOS Reminders app) are not shown — Big Calendar displays calendar events only.
Big Calendar is free to use with a 1–2 week view. A single one-time purchase unlocks the multi-week (3–4 week) view and any future Pro features. No subscriptions.
Big Calendar shows the calendars already on your iPhone, so add your Google account to iOS first:
Then open Big Calendar — your events appear. If the grid is empty, no account has been added yet (step 1).
For timely updates: Google calendars only refresh on a schedule, so if new events are slow to show, set Settings -> Apps -> Calendar -> Calendar Accounts -> Fetch New Data -> Every 15 Minutes.
| Apple Calendar | Google Calendar | Big Calendar |
|---|---|---|
![]() | ![]() | ![]() |
Big Calendar does not collect, store, or share any of your information. Your calendar events are read on your device only, to display them — they never leave your phone and are never sent to us or anyone else.
See the Privacy Policy for details.
18 commits
Big Calendar iOS calendar app
See the codeA big, easy-to-see calendar for iPhone.
Big Calendar shows the calendars already on your device — iCloud, Google, and anything else synced through iOS — in a large, high-contrast layout that's easy to read at a glance.
birthday -> bday, movie -> 🍿) so more fits on screen.Multi-day events always come first — they're drawn as bars at the top of each day. Your calendar order from Settings → calendars then applies to the remaining single-day events. So the calendar order isn't followed 100%: multi-day events take priority over it.
How much of a long event title is shown depends on how many weeks you're viewing, so more weeks still stay readable:
When a title doesn't fit, it's clipped at the edge of the tile (no trailing "…"),
matching Apple and Google Calendar. This layout is a design choice and may change.
(In code it's controlled by getLineLimit(weekRow:) in ViewModel.swift.)
Reminders (from the iOS Reminders app) are not shown — Big Calendar displays calendar events only.
Big Calendar is free to use with a 1–2 week view. A single one-time purchase unlocks the multi-week (3–4 week) view and any future Pro features. No subscriptions.
Big Calendar shows the calendars already on your iPhone, so add your Google account to iOS first:
Then open Big Calendar — your events appear. If the grid is empty, no account has been added yet (step 1).
For timely updates: Google calendars only refresh on a schedule, so if new events are slow to show, set Settings -> Apps -> Calendar -> Calendar Accounts -> Fetch New Data -> Every 15 Minutes.
| Apple Calendar | Google Calendar | Big Calendar |
|---|---|---|
![]() | ![]() | ![]() |
Big Calendar does not collect, store, or share any of your information. Your calendar events are read on your device only, to display them — they never leave your phone and are never sent to us or anyone else.
See the Privacy Policy for details.
18 commits