nextcloud/calendar

APIs for other apps

georgehrke opened this issue · 7 comments

The calendar app should provide APIs to allow other apps to extend the calendar's functionality.
Things that should be extendable:

  • custom views
  • advanced events editor
  • custom entries for calendar list item context menu

anything else?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

We are looking at extending the calendar UI ourselves and are happy to help implement this. Do you have a preferred hooking framework for other apps to modify the calendar?

@Peterede One of the biggest issues that's keeping us from implementing this is the fact that we are still running on Angular 1, which is not being developed any further and is soon to be end of live.
We are looking forward to move to Vue: #540

Once we moved to Vue, we will most likely provide a js API to hook in your own vue modules and a hook in our view controller to allow you to load your own javascript.

hello there, hope all is fine. I was wondering about the status of this issue please :)
we'd love to have this kind of features #2136 implemented after 🤗

all the good and happy new year

towo commented

Hey @ChristophWurst, is this on the roadmap? Would incentives help? ;)

The issue is more about extending the front-end views though. That link is not really relevant…yet.

towo commented

Exactly, I was essentially riding on the back of #4948, as that's something we'd very much like to deploy.