Foren

portlet with meeting invitation and calendar integration

thumbnail
Supratim Bandyopadhyaya, geändert vor 11 Jahren.

portlet with meeting invitation and calendar integration

New Member Beiträge: 10 Beitrittsdatum: 07.06.12 Neueste Beiträge
Hi all,
We are using liferay 6.0.5 CE and we are looking to create a system where user can create meeting invitations and upon acceptance the meetings will be integrated to the calendars of the recepients as events.Meeting organizer should also be able to book meeting room and upload map/coordinates for the venue and the Minutes of the meeting will be circulated once uploaded to the attendees.
We have found the Meetup portlet which creates meetups similar to meetings. However, sending invitation to specific liferay users and calendar integration are missing there. Please advise if there is any such portlet or other system available which can be integrated to liferay.

Otherwise if we want to extend existing liferay functionality what will be the best approach to start from? Should we start with a new portlet consuming liferay services or extend the existing system with hooks / ext?

Thanks in advance!
thumbnail
Jignesh Vachhani, geändert vor 11 Jahren.

RE: portlet with meeting invitation and calendar integration (Antwort)

Liferay Master Beiträge: 803 Beitrittsdatum: 10.03.08 Neueste Beiträge
Hi Supratim

If Meetup portlet is providing some of the functionality which you already looking out , then better you extend the meetup portlet.
I think meetup portlet code is coming out with social-networking-portlet so you can take it from liferay svn and update that code itself.
you might not need to use ext/hook for that. you can directly customize existing portlet code itself.
However you can easily implement sending invitation to specific liferay users and calendar integration with this portlet only.

Hope this information will be useful to select some strategy.
thumbnail
Supratim Bandyopadhyaya, geändert vor 11 Jahren.

RE: portlet with meeting invitation and calendar integration

New Member Beiträge: 10 Beitrittsdatum: 07.06.12 Neueste Beiträge
Thanks Jignesh
Really appreciate!
thumbnail
Jignesh Vachhani, geändert vor 11 Jahren.

RE: portlet with meeting invitation and calendar integration

Liferay Master Beiträge: 803 Beitrittsdatum: 10.03.08 Neueste Beiträge
Supratim Bandyopadhyaya:
Thanks Jignesh
Really appreciate!


Cheers Supratim !!!