Good day!
Is it possible to add calendar support feature? I mean that app create a separate local calendar on my smartphone, which can be displayed in any calendar app.
I like its realization in Simpletask Cloudless. If I set a due date or a trashold date for todo item that this item will displayed in a calendar.
Sorry for my bad English =)
So, if somebody is interested with it, now I'm using Emacs Org-mode -> Export to iCalendar -> rsync -> ICSdroid to view a local .ics file in a calendar app.
It works and it follows unix-way but not so convinient as it may be.
I think that Issue #235 is not very relevant to my request. As I know, Simple Task app, which works with todo.txt, uses Android Calendar Storage API for creating events in a separate local calendar, which may be shown in any calendar app. It doesn't use third-party proprietary services.
I'm not Android programmer but I'm ready to be useful if there is something that I can do.
It looks like such feature in Simple Task contains in this file.
Is there a chance this will ever get done? ;)
Is this feature a lot of work?
I second this. Would be super cool to have
An interesting candidate would be EteSync, an issue is already posted here : https://github.com/etesync/android/issues/87
I just wanted to note there's also already https://github.com/dengste/org-caldav for doing caldav integration. Maybe that could be looked at for compatibility?
I have hacked this together: https://github.com/larkery/orgcal which does this, but not within orgzly. I use it alongside orgzly which is _ok_
It's not too complicated, once you've got the mad android calendar API down, but does require some kind of ID for entries to make synchronization possible.
Most helpful comment
Is there a chance this will ever get done? ;)
Is this feature a lot of work?