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