[xwiki-devs] calendar plugin and ical
Hi, i'm looking for some documentation about xwiki calendar plugin but i can't find. Does this feature still exists? Is calendar plugin for xwiki compatible with ical? thanks for your time. -- Antoine SEILLES Doctorant (phd student) LIRMM CNRS Président de l'association imagiLAB LIRMM CNRS: UMR 5506 - 161 rue Ada 34392 Montpellier Cedex 5 FRANCE www.lirmm.fr Association imagiLAB apt D22 Mas du Cavalier, 365 quai louis le vau 34080 Celleneuve www.imagilab.fr Tel: +33 (0)6 10 192 055 [email protected] [email protected] [email protected]
natoine wrote:
Hi, i'm looking for some documentation about xwiki calendar plugin but i can't find. Does this feature still exists? Is calendar plugin for xwiki compatible with ical?
thanks for your time.
Hi, The calendar plugin is still there, but it has been unmaintained for a while. No, it does not support iCal export. There is another Calendar application in development, a more powerful one; it is currently in the sandbox, under heavy development. I don't have details about when will it be available, perhaps somebody else can answer this. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Sergiu Dumitriu wrote:
natoine wrote:
Hi, i'm looking for some documentation about xwiki calendar plugin but i can't find. Does this feature still exists? Is calendar plugin for xwiki compatible with ical?
thanks for your time.
Hi,
The calendar plugin is still there, but it has been unmaintained for a while. No, it does not support iCal export.
There is an iCal export function. public String toICal(Document doc, String user) public String toICal(String user) ## transforms the events of the current document to ical with events showing up as "ludovic" $response.setContentType("text/calendar") $xwiki.calendar.toICal("ludovic") ## Transforming all calendar events in one document to ical with events showing up as "ludovic" $response.setContentType("text/calendar") $xwiki.calendar.toICal($xwiki.getDocument("Main.Calendar", "ludovic")
There is another Calendar application in development, a more powerful one; it is currently in the sandbox, under heavy development. I don't have details about when will it be available, perhaps somebody else can answer this.
-- Ludovic Dubost Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost
participants (3)
-
Ludovic Dubost -
natoine -
Sergiu Dumitriu