Roundup Tracker - Issues

Message3373

Author a1s
Recipients
Date 2005-03-25.09:45:16
Message-id
In-reply-to
Logged In: YES 
user_id=8719

this must be done by a special action handler in order to
return content of "text/calendar" type.  the handler in it's
.handle method should do something like this:

    self.client.header(
        {'Content-Type': 'text/calendar',
'Cache-Control':'no-cache'},
        response=200)

and then return rfc2445 content.

please see "Defining new web actions" in "Customising
Roundup" for details on action handlers.

by the way, i wonder how roundup classic schema may be
mapped to iCalendar objects?
History
Date User Action Args
2009-02-03 14:23:57adminlinkissue1169748 messages
2009-02-03 14:23:57admincreate