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

Calendar Events Not Saving #434

Closed
gusterfan2180 opened this issue Dec 30, 2022 · 1 comment
Closed

Calendar Events Not Saving #434

gusterfan2180 opened this issue Dec 30, 2022 · 1 comment

Comments

@gusterfan2180
Copy link

Library information:

  • Version: 2.0.0
  • View or Compose module: View

Question:

I created some custom Events for the end-user to use via a custom Alert Dialog. I see the events saving initially, but when I close out of the Calendar and come back in, the events are gone. I am relatively new to Kotlin programming, so I am sure I am missing something with making sure the UUID events are able to be accessed on a new instance of the application. Do you have any ideas on what I should look at?

I am able to provide any code you need, but the main things I changed from the stock code were the custom Alert dialog and the visual aspects.

@kizitonwose
Copy link
Owner

The library does not have any storage logic included, you have to store any events in your repository or somewhere and reflect those events on the calendar. The logic for this is not included in the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants