Whenly — group meeting scheduler for AI agents
Find a time a group can meet: no-login availability poll that picks the best meeting slot.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Find a time a group can meet: no-login availability poll that picks the best meeting slot.
Server tool list (2)
Raw names from tools/list. Only developers need these.
| create_event | Create a free group-scheduling event (like When2meet/Doodle) and get a shareable link. Use this when a human asks you to find a time for a group to meet. Returns a public event_url anyone can open (no login) to mark when they're free, plus an admin note. Then poll get_results to see the best time. |
| get_results | Read the current responses for a Whenly event and get the best meeting times (the slots where the most people are free). Pass the event slug (the code after /e/ in the event_url). |