issues Search Results · language:Dune language:JavaScript language:Python language:Java language:JavaScript
Filter by
55.2M results
Extend create_event and update_event to accept reminders overrides: a list of {method: email|popup, minutes: int}
objects. Requires reminders.useDefault=False.
enhancement
Extend create_event and update_event to accept an attachments list (Drive file IDs). Pass attachments array with
fileUrl, title, mimeType and call with supportsAttachments=True.
enhancement
Extend create_event to accept a create_meet_link flag. Pass conferenceData.createRequest with a request ID and call with
conferenceDataVersion=1 to trigger Meet link creation.
enhancement
Extend create_event and update_event to accept a color_id parameter. The Calendar API accepts colorId values 1–11
(Tomato, Flamingo, Tangerine, Banana, Sage, Basil, Peacock, Blueberry, Lavender, Grape, ...
enhancement
Add a quick_add tool to create a Calendar event from a natural language description using events().quickAdd(text=...).
Example: Lunch with team Friday at noon .
enhancement
Add Calendar ACL tools to share and manage calendar access:\n- list_calendar_acl via acl().list()\n- add_calendar_acl
via acl().insert()\n- remove_calendar_acl via acl().delete()\n\nRoles: reader, writer, ...
enhancement
Add tools to add and remove calendars from the authenticated user s calendar list:\n- add_calendar_to_list via
calendarList().insert() (also needed for service account subscriptions — see setup docs)\n- ...
enhancement
ready-for-development
Add tools to create, update, and delete calendars:\n- create_calendar via calendars().insert()\n- update_calendar via
calendars().update() (rename, timezone, color)\n- delete_calendar via calendars().delete() ...
enhancement
ready-for-development
Add RRULE recurrence support to create_event and update_event. The Calendar API accepts a recurrence array of RFC 5545
RRULE strings (e.g. [ RRULE:FREQ=WEEKLY;BYDAY=MO ]).\n\nAlso handle the thisAndFollowing ...
enhancement
ready-for-development
Background
#325 s investigation found that 11% of sampled Jules-authored PRs ship as Type C hallucinations (PR body describes files
that never appeared in the diff) and another 11% as Type B drift (squash ...
enhancement
ready-for-agent

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.