John DeStefano wrote:
I have a folder-ish Product, on which I would like to add a calendar view from the Plone4Artists Calendar Product. The P4A folks have recommended that I include an interface, which I've tried to do in both configure.zcml and in the product itself, but I can't seem to get it working:
http://deesto.pastebin.com/f679305f3

No errors, but the option to display the folder-ish object as a calendar does not appear.

Try:

<class class="Products.ATContentTypes.content.event.ATEvent">
    <implements interface="p4a.calendar.interfaces.IEvent" />
</class>

Cheers,
Martin

--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to