-
Notifications
You must be signed in to change notification settings - Fork 393
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
Add ability to edit event status (#71, #201) #800
base: master
Are you sure you want to change the base?
Conversation
382b408
to
dd9d8f8
Compare
No problem, I'll rebase when you're done. By the way, I only integrated the change in layout |
No at the moment edit_event_1.xml is enough. |
Can you rebase and put the status spinner under the visibility spinner please. |
dd9d8f8
to
9b877ce
Compare
There is a bug though. When I create a cancelled event, it is struck through in the
I did that: |
If I set the status to CANCELLED, the event is no longer visible in all views !? So on my cell phone they are not crossed out but invisible. Any idea why ? |
1d92106
to
588f73a
Compare
No, it should appear crossed out. I can reproduce this bug. It seems the event is somehow destroyed, but I exported my calendar to ICS and checked : the event is correctly edited with the Strangely, if you
I am trying to investigate that. But it goes much beyond my knowledge of the app and of Android framework I am afraid ... If anyone with more insights can make an assumption, that would nice. |
But when you change something like the date the event disappears. At the moment I also have no idea why this is happening. |
Apart from TENTATIVE, CONFIRMED and CANCEELLED it shall be possible to set no status. The screenshot above does not suggest so. |
- Add a spinner to the `Edit Event View` to select the event status, one of `CONFIRMED`, `TENTATIVE`, or `CANCELLED`. - Set default status in `Calendar Event Model` to `CONFIRMED`.
You might be interested in issue #1432. Especially, syncing calendars from another calendar app can restore deleted events |
Add a spinner to the
Edit Event View
to select the event status,one of
CONFIRMED
,TENTATIVE
, orCANCELLED
.Set default status in
Calendar Event Model
toCONFIRMED
.