-
Notifications
You must be signed in to change notification settings - Fork 400
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
Show task in Calendar #83
Comments
Etar only displays what's available in the in the Android database. Which tasks do you mean? |
I have Baikal Server, un my phone DAVdroid + opentask, but Etar only show events, no show tasks rugiste red in my webdav calendar |
I would also use this feature. A task with a deadline or start date should be visible in the calendar (as is in any calendaring solution I've ever seen). But I can imagine what Google did with that too... |
opentask would need to export them into the calendar database, or we would need to add support for opentask. I would prefer the first version, as it would be more general. (Personal comment: I have a server side script do do that, but but I use a special server as well). |
This is related to a feature I wish calendar apps had: adding standalone reminders (ie, not tied to an event). You can approximate this with 0 length events but it's a poor substitute. |
It seems to be better to put this functionality into the task app and have a calendar provider integrated there. (e. g. in OpenTasks. |
I do not get how this is supposed to work. CalDAV has the VEVENT and VTODO components. Per definition, events occupy time in the calendar, but tasks take no time on the calendar. A VTODO can contain Start, Completed and Due date. Should tasks be displayed in the calender when any of those properties are provided? |
KOrganizer, what I use on desktop, displays only tasks with due date in the calendar views. They are shown at the due date/time of course. Start and Completed make no sense in this, so if a task has no due date, it will not be displayed at all. |
TodoAgenda shows both tasks and calendar events, from android database(i think), the tasks are added using OpenTasks and synced to nextcloud server using caldav. Could this be helpful? I also want a calendar app with tasks and calendar events. |
Does Android Calendar Sync API support the "Reminders" that can be made in Google Calendar (web app and android app? https://calendar.google.com/calendar/r If so then I can replace Google Calendar mobile app https://play.google.com/store/apps/details?id=com.google.android.calendar with Etar. If not, then tasks/reminders are probably out of scope of Etar. |
Exactly. Tasks (VTODO) should be shown on due date/time (and could take up a 15 minutes space so that you could read the tasks description a bit). |
I just discovered this. I just setup a NextCloud + DAVx5 + Etar + Tasks.org configuration and noticed that:
Since NextCloud can display both events and tasks (I haven't tried their mobile app yet, only web), I'm sure it could be possible for Etar, however I don't know what complexity it will bring. Also since I'm able to have my events and tasks synced through my current configuration; having tasks and events separate in their own apps is fine however I wonder if it's possible to implement this feature. |
@Senior-Discount I'm using almost the same setup with That view is pretty important when you have to make an appointment ; currently with Etar you can see 'free' spaces, however you have to switch to another app ( |
I would love that feature as well. I just noticed that both web / desktop calendars I use (thunderbird and nextcloud) display tasks with due dates in the calendar, while all android calendar apps I tested (google, simple calendar, etar) can't seem to display tasks. I believe to remember to have read somewhere that the task list thing is an extension to the CalDev standrad, so maybe that's the missing piece? I was using todoist before, and managed to import those tasks into the google calendar app (maybe todoist converts them to "pure" CalDev in order to provide them...). All in all I perceive this feature as pretty essential for anybody that uses tasks since having to check tasks and events in different apps is not only annoying, but also the cause of mis-planing or even missed events/deadlines if not diligently done. |
Tasks.org android app can create calendar event when adding new task. Not ideal because if you have many calendars you have to select it manually for each task and also you get duplicate entries in other clients (thunderbird, nextcloud). But that's a workaround for me now. Nice thing is it updates the created event name with completed when you mark the task complete. |
Just to mention: There's a pull request which adds OpenTasks support: #1279 |
I know this is an 8 year old request, but I'm adding my voice to the pile. |
No description provided.
The text was updated successfully, but these errors were encountered: