惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
宝玉的分享
宝玉的分享
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
Hugging Face - Blog
Hugging Face - Blog
量子位
Blog — PlanetScale
Blog — PlanetScale
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
D
Docker
罗磊的独立博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
IT之家
IT之家
MyScale Blog
MyScale Blog
Microsoft Azure Blog
Microsoft Azure Blog

Maggie Appleton

The Dark Forest and Generative AI One Developer, Two Dozen Agents, Zero Alignment Gas Town’s Agent Patterns, Design Bottlenecks, and Vibecoding at Scale January 2026 | Maggie Appleton A Treatise on AI Chatbots Undermining the Enlightenment A Brief History & Ethos of the Digital Garden Vibe Code is Legacy Code May 2025 | Maggie Appleton Home-Cooked Software and Barefoot Developers Statistically, When Will My Baby Be Born? ChatGPT Would be a Decent Policy Advisor March 2025 | Maggie Appleton The Expanding Dark Forest and Generative AI Humanity's Last Exam Squish Meets Structure Common Misconceptions in AI Undetected AI Exam Answers Unbaited Smidgeons Growing a Human: The First 30 Weeks How to Import Academic Papers from Zotero into Tana December 2024 | Maggie Appleton Aesthetic Command Lines with Hyper, Spaceship, and Oh My Zsh Leaving Elicit July 2024 | Maggie Appleton A Short History of Bi-Directional Links The Pattern Language of Project Xanadu Assumed Audiences Ambient Co-presence On Opening Essays, Conference Talks, and Jam Jars
Speculative Calendar Events
maya ⛓️ · 2025-03-17 · via Maggie Appleton

My calendar fails me in many ways, but the most egregious is its failure to support speculative events.

Every week, I engage in an elaborate scheduling game with multiple people. I do this with friends I need to get coffee with, professional contacts trying to set up meetings, and new acquaintances who want to catch a weekday breakfast.

We email, WhatsApp or DM each other very specific lists of options.
8-10:30 a.m. on Tuesday, Weds, and Friday next week?
Or 2-3:30 p.m. next next Thursday?
Or 11 a.m. on February 20th?

Once this message is sent, these time blocks need to be marked on my calendar somehow. One naïve, hacky solution is to add them as normal events, but with a ? at the end. Coffee with Paul?

But real calendar events have real repercussions: my co-workers can’t book calls with me at times when I have blocks on my calendar. My watch buzzes me 10 minutes before each one. My Mac pops a little notification reminder in the corner of my screen. Receiving notifications for not-real speculative events is immensely frustrating.

So I don’t want to add them as real events. Because they are not real events. They are speculative possibilities of events. The majority of them won’t be filled, and having both speculative and real events looking and behaving like the same type of thing is messy and confusing. I can’t glance at my calendar to get a quick read on how busy my day or week is.

But I also need to remember who I have promised time slots to! I am often telling multiple people I’m free 8-10:30 a.m. on Tuesday next week. What if they all say yes to that time?

What I need is a new type of calendar primitive: the speculative event . Speculative events may or may not happen. So they show up tentatively. Perhaps with a dashed border and some light opacity.

A speculative calendar event marked with a dotted border, light opacity background, and question mark icon

A very basic implementation of this idea in Mac’s native calendar could be adding a little “unconfirmed” checkbox in the editing window:

Marking a new calendar event as 'unconfirmed' in Mac calendar

This is not the ideal design solution, but it’s a low-effort starting point. By visually distinguishing these events and turning off their notifications, we’ve solved most of the problem.

Without this, I shall have to continue doing what I do now: sending people lists of times that I may or may not be free for, forgettings I’ve promised those times, booking other events and meetings into those times, and then having to play four extra rounds of oh-sorry-I’m-actually-busy-email-scheduling-ping-pong.

Some of the fancy new calendar startups like Cron and Amie are trying to solve this problem by letting you send someone a link with your available times.

The recipient can then select which slots also work for them, and the event is added to your calendar. This is perfect for professional meetings, but feels a bit impersonal and automated for some contexts. When I’m trying to coordinate dinner with family or a close friend over WhatsApp, sending an automated scheduling link makes me look and feel like an intolerable tech bro.

Maybe I don’t want a perfectly optimised system. Maybe I just want a bit more flexibility in marking up my calendar.

Just as I was finishing this note, I spotted the infamous 37Signals / Basecamp / HEY team announced they’ve added a new calendar view to their email service. And it includes a “maybe” event type!

It works exactly as I described in my concept above. The event displays with a light, monochrome patterned background and doesn’t have notifications. Good to see this out in a real product, although I’m not about to move from my beautiful system-level MacOS calendar to something as quirky as HEY.

End Notes

I’ve had this frustration for a long time. But only had the impulse to mock up a tangible solution after reading Julian Lehr’s beautiful reflection on Multi-layered Calendars .

Seeing others beautifully present ideas always compels me to contribute my own. Thanks to Julian for making the effort, and everyone else consistently publishing small, thoughtful, well-crafted ideas in public.