-
Notifications
You must be signed in to change notification settings - Fork 7
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
Content Structure - Events Section #2
Comments
We gonna use google calendar or a custom one? |
Google Calendar doesn't have any API for embedding the Calendar into the app. |
Also, I have found a sample, check if it can help https://developers.google.com/calendar/quickstart/android |
how about puttin information about coming events in database itself ,at this triggering an event for scheduled notification using alarm manager or something else ? |
Like showing events as posts (same as in a blog)?? And setting up alarms for notifications - whenever event is added, a day before the event, and 1-2 hours before the event. I feel Firebase can be a great option for the same, else if you need more API functions and methods, we can use AWS Lambda with DynamoDB |
I think Firebase would be enough to trigger the notification on the base of the database and it will be easier for other team members because they are already familiar with Firebase. |
What all informations for the event we will be displaying on the event card? |
Umm, upcoming events ? Or all the upcoming events ? |
Sharing latest events - classes, discussion panels, assignments, and some other
The events should be organized in date wise order.
Also, throwing push notifications for upcoming events.
The text was updated successfully, but these errors were encountered: