-
Notifications
You must be signed in to change notification settings - Fork 176
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
Data Save and Google #35
Comments
Hello,
For Google calendar app, the persistence (synchronization with Google server) is done using the mechanism just described above.
|
Okay I understand that this library is only a UI framework, but anyway you have some tips for saving the data into a file. But more important you can give me help with google authentication. I want to reach that my applications keeps my google data so i only have to log in once. Do you have a example or source code oder maybe tell me useful classes? Thanks |
For saving you might want to take a look at iCal4j. It is being used by the CalendarFXiCal module. |
Hello,
i want to include your Calendar in my project. Therefore i tried some of your examples but now i have two questions:
What would be the best way to save the calendar data persistent? Writing to Database oder to a file?
I want to include the Google Calendar in my application. This works and i can log in, but after restart i have to login again and when opening the GoogleCalendarAppView for a second time i get the following error:
java.lang.UnsupportedOperationException: The account has not been authorized yet!
Maybe you have some useful tips for me.
Thank you
The text was updated successfully, but these errors were encountered: