Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events returned for Calendar outside of the timeMin and timeMax range #2262

Open
bhaktatejas922 opened this issue Oct 10, 2023 · 1 comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@bhaktatejas922
Copy link

Environment details

  • OS type and version: macos latest
  • Python version: `3.91
    google-api-python-client = "^2.79.0"

Steps to reproduce

  1. Use this python library with current dates in rfc format
@bhaktatejas922
Copy link
Author

Log:
Invoking: `GetGoogleCalendar` with `{'timeMin': '2023-10-10T00:00:00Z', 'timeMax': '2023-10-10T23:59:59Z'}`



Tool: GetGoogleCalendar
Tool Input: {'timeMin': '2023-10-10T00:00:00Z', 'timeMax': '2023-10-10T23:59:59Z'}
Answer: {'summary': 'founders@lingtual.com', 'description': '', 'updated': '2023-10-10T23:51:08.781Z', 'timeZone': 'UTC', 'accessRole': 'owner', 'defaultReminders': [{'method': 'popup', 'minutes': 10}], 'nextSyncToken': 'CMi76ovW7IEDEMi76ovW7IEDGAUgq5askAI=', 'items': [{'kind': 'calendar#event', 'etag': '"3392561571006000"', 'status': 'confirmed', 'htmlLink': 'https://www.google.com/calendar/event?eid=Nm1xM3Vma3V0NzJ1ZTkxNzBjdjhwNmthbTYgZm91bmRlcnNAbGluZ3R1YWwuY29t', 'created': '2023-10-02T21:06:25.000Z', 'updated': '2023-10-02T21:06:25.503Z', 'summary': 'teting', 'creator': {'email': 'founders@lingtual.com', 'self': True}, 'organizer': {'email': 'founders@lingtual.com', 'self': True}, 'start': {'dateTime': '2023-10-02T21:30:00Z', 'timeZone': 'UTC'}, 'end': {'dateTime': '2023-10-02T22:30:00Z', 'timeZone': 'UTC'}, 'sequence': 0, 'reminders': {'useDefault': True}, 'eventType': 'default'}, {'kind': 'calendar#event', 'etag': '"3392752131654000"', 'status': 'confirmed', 'htmlLink': 'https://www.google.com/calendar/event?eid=N3ZjanNmYWxtYmVjdGNpYnNka245NDNxaG8gZm91bmRlcnNAbGluZ3R1YWwuY29t', 'created': '2023-10-03T23:34:25.000Z', 'updated': '2023-10-03T23:34:25.827Z', 'summary': 'Meeting w/ Tejas', 'creator': {'email': 'founders@lingtual.com', 'self': True}, 'organizer': {'email': 'founders@lingtual.com', 'self': True}, 'start': {'dateTime': '2023-10-03T23:30:00Z', 'timeZone': 'UTC'}, 'end': {'dateTime': '2023-10-04T00:30:00Z', 'timeZone': 'UTC'}, 'sequence': 0, 'reminders': {'useDefault': True}, 'eventType': 'default'}, {'kind': 'calendar#event', 'etag': '"3393963736386000"', 'status': 'confirmed', 'htmlLink': 'https://www.google.com/calendar/event?eid=MmY4cTZuaWJqaGdqcXVwZHE5Z2xsdmIwM24gZm91bmRlcnNAbGluZ3R1YWwuY29t', 'created': '2023-10-10T23:51:08.000Z', 'updated': '2023-10-10T23:51:08.193Z', 'summary': 'teting', 'creator': {'email': 'founders@lingtual.com', 'self': True}, 'organizer': {'email': 'founders@lingtual.com', 'self': True}, 'start': {'dateTime': '2023-10-10T20:15:00Z', 'timeZone': 'UTC'}, 'end': {'dateTime': '2023-10-10T21:15:00Z', 'timeZone': 'UTC'}, 'sequence': 0, 'reminders': {'useDefault': True}, 'eventType': 'default'}]}

@ohmayr ohmayr added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants