Status Update
Comments
jp...@google.com <jp...@google.com> #2
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
It would be great if you can provide video and bugreport synced with the same timestamp.
bl...@google.com <bl...@google.com> #3
What
More information
If I'm not mistaken, I need to reproduce the bug while the bug report is being generated, is that correct?
When
Time and frequency
Time when bug report was triggered: Apr 6, 2025 4:42 PM GMT+03:00
Where
Build and device data
- Build Number: google/panther_beta/panther:16/BP22.250221.015/13278879:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 251134035 (25.11.34 (260400-740024306))
System App (Updated)
Android System WebView
com.google.android.webview
Version 699813533 (134.0.6998.135)
System App (Updated)
Network operator: Vodafone UA
SIM operator: Vodafone UA
Filed by Android Beta Feedback. Version (Updated): 2.46-betterbug.external_20241023_RC01 (DOGFOOD)
To learn more about our feedback process, please visit
me...@gmail.com <me...@gmail.com> #4
Information redacted by Android Beta Feedback.
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
Good evening, I am using the calendar API in the project in which it works perfectly when creating, editing and deleting the events, the flow of information is correct but when I want to make an invitation to the users it returns the error "Service accounts cannot invite attendees without Domain-Wide Delegation of Authority.", but I have already investigated and made the configurations from my administrator account in the "Domain-Wide Delegation." section, I have already verified the sending object and according to the documentation it is correct.
Code
Output
Steps
Event creation send object successfully without invitation { "summary": "31 Mirador, Chimalhuacán, Estado de México, México, 56343", "location": "31 Mirador, Chimalhuacán, Estado de México, México, 56343", "description": "\nNew Project\n \nlocation: 31 Mirador, Chimalhuacán, Estado de México, México, 56343\n \nName contractor and/or architect: Angelopolis\n \nPhone Number contractor and/or architect:\n+5 (555) 556 - 666\n \nRequested Project Plan:\nSite Plan\nBathrooms\n \nSelected Software:\nChief Architect\n \nNotes:\n<font face="Arial" size="2">z</font>\n", "start": { "dateTime": "2025-04-18T16:00:00.000Z", "timeZone": "America/Mexico_City" }, "end": { "dateTime": "2025-04-18T19:00:00.000Z", "timeZone": "America/Mexico_City" }, "attendees": [] }
event creation attempt sending object unsuccessful { "summary": "31 Mirador, Chimalhuacán, Estado de México, México, 56343", "location": "31 Mirador, Chimalhuacán, Estado de México, México, 56343", "description": "\nNew Project\n \nlocation: 31 Mirador, Chimalhuacán, Estado de México, México, 56343\n \nName contractor and/or architect: Angelopolis\n \nPhone Number contractor and/or architect:\n+5 (555) 556 - 666\n \nRequested Project Plan:\nSite Plan\nBathrooms\n \nSelected Software:\nChief Architect\n \nNotes:\n<font face="Arial" size="2">z</font>\n", "start": { "dateTime": "2025-04-18T16:00:00.000Z", "timeZone": "America/Mexico_City" }, "end": { "dateTime": "2025-04-18T19:00:00.000Z", "timeZone": "America/Mexico_City" }, "attendees": [ { "email": "testpruebas584@gmail.com "
}
]
}