Skip to content

Add Calendly domain skill (event types & availability editing) - #602

Open
roshanamurthur wants to merge 1 commit into
browser-use:mainfrom
roshanamurthur:calendly-domain-skill
Open

Add Calendly domain skill (event types & availability editing)#602
roshanamurthur wants to merge 1 commit into
browser-use:mainfrom
roshanamurthur:calendly-domain-skill

Conversation

@roshanamurthur

@roshanamurthur roshanamurthur commented Aug 14, 2026

Copy link
Copy Markdown

Learned while building an event type with per-day custom hours via the harness:

  • URL patterns incl. the /YYYY-MM-DD path trap (spot-booking deep link, not a day view) and the correct ?month=&date= params
  • Title/time fields are React comboboxes that reset .select() — must use CDP commands:["selectAll"] to replace text
  • Custom schedules inherit the account timezone, not the browser's — the editor-pane TZ control vs the preview-panel TZ control are distinguishable only by position
  • Non-coordinate addressing of time inputs via /am|pm/ value filter
  • Weekly-hours row mechanics (clear bottom-up, per-day + button)

🤖 Generated with Claude Code


Summary by cubic

Adds a Calendly domain skill guide for event types and availability editing to support stable automation. It documents URL patterns, React combobox behavior, and timezone pitfalls so scripts select and edit reliably.

  • Adds domain-skills/calendly/event-types.md covering:
    • Public booking URLs must use ?month=YYYY-MM&date=YYYY-MM-DD; the /YYYY-MM-DD path is a spot-booking deep link.
    • Title and time fields are React comboboxes; use CDP with commands:["selectAll"] before typing, then Enter to commit, and read back input.value.
    • Time inputs can be addressed without coordinates by filtering inputs whose value matches /am|pm/.
    • Custom schedules inherit the account timezone; use the editor-pane timezone control (not the preview panel) to change the schedule zone.
    • Weekly-hours row mechanics and onboarding overlays that must be dismissed before interacting.

Written for commit 238492a. Summary will update on new commits.

Review in cubic

@browser-harness-review

Copy link
Copy Markdown

✅ Skill review passed

Reviewed 1 file(s) — no findings.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant