File size: 1,201 Bytes
550665c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
[READ and REMOVE: Please create an issue only if you think that it's something that needs a fix or you have a
suggestion/request for improvement. If you have a question or issue not caused by gcsa itself, please use
the [discussions page](https://github.com/kuzmoyev/google-calendar-simple-api/discussions).]
## Bug description
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Installed the latest version with `pip install gcsa`
2. ...
Code used:
```python
from gcsa.google_calendar import GoogleCalendar
...
```
## Error or unexpected output
The whole traceback in case of an error:
```
Traceback (most recent call last):
...
```
## Expected behavior
A clear and concise description of what you expected to happen.
## Screenshots
If applicable, add screenshots to help explain your problem.
## Tech:
- OS: [e.g. Linux/Windows/MacOS]
- GCSA version: [e.g. 2.0.1]
- Python version: [e.g. 3.12]
## Additional context
Add any other context about the problem here.
|