Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbis04/events_demo
Scheduling and managing Google Meet events using Calendar API in Flutter
https://github.com/sbis04/events_demo
Last synced: 19 days ago
JSON representation
Scheduling and managing Google Meet events using Calendar API in Flutter
- Host: GitHub
- URL: https://github.com/sbis04/events_demo
- Owner: sbis04
- License: mit
- Created: 2020-09-17T16:10:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-28T14:52:04.000Z (about 3 years ago)
- Last Synced: 2024-10-10T19:29:19.500Z (about 1 month ago)
- Language: Dart
- Size: 7.99 MB
- Stars: 45
- Watchers: 2
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Events
A sample Flutter app showing how to schedule and manage Calendar events using **Google Calendar API**. You can also add video conferencing support to any event and invite attendees to them.
## Features
* Create, modify and delete Google Calendar events.
* Add video conferencing support
* Invite attendees
* Notify attendees about any change in the event or cancellation of it
* Connected to Firebase Cloud Firestore database for storing event data## App in action
![](https://github.com/sbis04/events_demo/raw/master/screenshot/event.gif)
## License
Copyright (c) 2020 Souvik Biswas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.