-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Sync reminder with calendar button #848
base: develop
Are you sure you want to change the base?
Conversation
… when clicked on, it creates the calendar event from the note.
Moved to exceptions, notified user in case of error
Really a great job, I've started using myself to test it and I'm finding it really useful!
Your version is actually really well integrated but could be broken by future (somewhere on the roadmap the interface will be deeply refactored) UI changes. By moving it into the menu would solve all of this!
By looking at the code nothing happens when a note or its reminder are deleted. So yes, performing something in these cases would completelly have sense |
911df26
to
a6655ce
Compare
cbb03b8
to
11c97fd
Compare
2edb3a1
to
5a0bb9f
Compare
Hello, I created a simple button to sync a note with the calendar below the "Add reminder" button in the fragment_detail_content.xml.
The "Sync reminder with Calendar" button appears only when there's a reminder in the Note and as of now it only creates a new event with the start and end time being the reminder's time through the Calendar Intent.
Is the button's placement okay below the reminder button or should I make the syncing an option in the options menu?
Also I could try to make a calendar helper script in order to be able to edit the existing events or delete them if the user decides to change or delete the reminder.