Foros de discusión

How to add Event to calendar portlet programmatically

Dhanush B, modificado hace 7 años.

How to add Event to calendar portlet programmatically

Junior Member Mensajes: 56 Fecha de incorporación: 26/08/14 Mensajes recientes
Hi All,

How to add event programmatically to liferay calendar portlet.


Thanks & Regards
Dhanush B
thumbnail
Pankaj Kathiriya, modificado hace 7 años.

RE: How to add Event to calendar portlet programmatically

Liferay Master Mensajes: 722 Fecha de incorporación: 5/08/10 Mensajes recientes
Its always better to provide information on what you have tried and which kind of issue you are facing.
Anyway for your question you can look into api methods of CalEventLocalServiceUtil.java class refer below github source link .
https://github.com/liferay/liferay-portal/blob/6.2.x/portal-service/src/com/liferay/portlet/calendar/service/CalEventLocalServiceUtil.java
Dhanush B, modificado hace 7 años.

RE: How to add Event to calendar portlet programmatically

Junior Member Mensajes: 56 Fecha de incorporación: 26/08/14 Mensajes recientes
Hi Pankaj ,

Thanks for your reply. Actually my requirement is i need to publish some event to user calendar from my custom portlet.so ia m trying add to event to calendar portlet.For this i am following below link but i was getting this exception: com.liferay.portal.NoSuchResourceActionException: com.liferay.portlet.calendar.model.CalEvent#ADD_DISCUSSION

https://web.liferay.com/community/forums/-/message_boards/view_message/46787835


Thanks
Dhanush
thumbnail
Neil Carlo Catalan, modificado hace 7 años.

RE: How to add Event to calendar portlet programmatically

New Member Mensajes: 6 Fecha de incorporación: 19/07/16 Mensajes recientes
Same problem with me, any solution for this? We have the same requirement Dhanush
thumbnail
Neil Carlo Catalan, modificado hace 7 años.

RE: How to add Event to calendar portlet programmatically

New Member Mensajes: 6 Fecha de incorporación: 19/07/16 Mensajes recientes