google / google/googleapis.dart
Event is not updating or Unable to update event
Open
- Dominant language
- Dart
- Stars
- 419
- Forks
- 136
- Avg merge
- 1h 21m
- Merged PRs (30d)
- 5
Description
I'm able to add event using this library but when I try to update an event then it's giving error
**Error updating event: DetailedApiRequestError(status: 400, message: Invalid start time.)**
I've tried this static inline code then also I'm getting error
```
startTime.dateTime = DateTime(2025, 06, 05, 03, 15, 00);
endTime.dateTime = DateTime(2025, 06, 07, 03, 15, 00);
```
Contributor guide
Assessment
This issue has not been assessed yet.