Provising a Calendar in Lists.xml - Provising a Calendar in Lists.xml - Community forums - Akumina Community

Community forums

Forum Navigation
Please or Register to create posts and topics.

Provising a Calendar in Lists.xml

How do I create a Calendar list in Site Deployer? I've tried the following format with no success:

<list name="AATEST_BC_Calendar" noCrawl="TRUE" contentType="AkuminaCalendar" TemplateType="106">
"106" is the Template ID for a Calendar/Events list.

Hi Jermaine,

If by any chance you found the solution, I'd love to get it too !

Thanks,

Hi ,

You can go with below code, definitely works in Foundationv2 4.8 (not tried in other AK flavours).

<list name="DemoCal2" templateID="106" contentType="AkuminaCalendar" Enforce="TRUE" noCrawl="TRUE"></list>

Consider attributes are case sensitive.

Arpan

//]]>