Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: RE: how can we stop creating default calender while adding a organization?
How can we stop creating a default calendar object on calling OrganizationLocalServiceUtil.addOrganization method
here internally on calling OrganizationLocalServiceUtil.addOrganization , ---> group creating calling
---> calendarresource and default calender object creation calling for the test user
but here we need to stop creating the default calendar object creation,
please help me out how can we do this
Thanks & Regards,
Ganesh
Hi Ganesh,
Can you share more information on your issues with steps to replicate and screenshots, that will help to understand the issue, before commenting on solution?
Regards,
Ashish
Hi Ashish , thanks for response,
Actually to create the new organization in liferay 7.3 we are calling organizationLocalServiceUtil.addOrganization(,,,,,)
it internally calling group creation service ---> it internally calling calendarResource and default calendar objects creation for the super admin(test user), but I don't want the default calendar object creation
How Can I achieve it, please help me out in resolving this issue
Thanks
Ganesh