Hi Ruben,
El 08/08/12 16:03, Ruben Decramer escribió:
> With the button i want to create a listview to see tasks...
>
> Any ideas on how to create a new listview?
I'm afraid that requires a lot more code than a plain button does.
You'll have to hack the fullcalendar code to add a new view type, and
provide the necessary data from the server (VTODO components).
Maybe this large commit from Roundcube fullcalendar fork helps you to
define a new view inside Fullcalendar:
https://github.com/adobo/fullcalendar/commit/9015d13badc41d0b5c0f286ffbf0cc6c94480a33
IMHO it's not worth the effort, I think it would be easier to add task
management without modifying fullcalendar but AgenDAV UI. But that's
just my opinion, of course.
Don't hesitate to share your code if you finally do it!