-
Notifications
You must be signed in to change notification settings - Fork 399
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
Option to change calendar for added events missing #101
Comments
I also desperately miss this. Once you have accidentally created an event in the wrong calendar, there is no hope without other software. |
I was able to change one appointment in tablet but did not get tge option on mobile. Strange. |
@Gitsaibot if you have given some thought to this (and, for that matter, every other 'help wanted' issue), it would be great if you wrote a bit how you would approach the problem/enhancement. It gives potential contributors important pointers and insight into the organization of the code, etc. There is no need for structured thoughts or even well-written text, sometimes filenames alone are already a great starting point. |
would love that, too. In Google Calendar I can copy the event into another calendar. |
@igoralmeida Sorry for the late reply, but I forgot this problem entirely. To be honest, I have not thought much about the problem. There has to be a reason why Google took years to create a way to copy appointments. I think it has a lot to do with syncronization of the appointments and all the database stuff. It should also be noted that there is a difference between local and online synced calendars. I am not sure if there is a simple solution for this, but if so, then it lies beyond my possibilities :(. A start point could be EditEventView.java Line 979 or 1104 |
I read this only after posting a comment to #87 (Copy Events), but I would like to add that copying events, as suggested in #87 may be much easier to implement and would probably solve the problem for most users: Just creating a new event and filling it with the data of an exisiting event should be much easier to do than modifying the exisiting event consistently. The only downside that I can see is that the event id will change (which is irrelevant for most users?). |
Isn't this a duplicate of #62? |
Hello, I would really appreciate this feature as well. Maybe I'm thinking too simple, but couldn't you just export the Event to a temp file or a buffer, delete it in the source calendar, and then import it into the target calendar? This would move he event to the target calendar. You could even have an option to copy the event, in this case you simple leave out the delete step above. Would this be possible? |
It is pretty clear how to do it, someone needs to find the time to submit a patch. |
We now have an open pull request that enables the desired function. It would help us if many could test this in advance. |
In both S Planner and Etar you can choose what Calendar an Event should use, but only in S Planner it is possible to modify the Calendar once it have been added.
The text was updated successfully, but these errors were encountered: