<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Calendar Portlet Customization</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=122316730" />
  <subtitle>Calendar Portlet Customization</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=122316730</id>
  <updated>2026-04-05T17:49:52Z</updated>
  <dc:date>2026-04-05T17:49:52Z</dc:date>
  <entry>
    <title>RE: RE: Calendar Portlet Customization</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122368973" />
    <author>
      <name>Mohamed Saleem</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122368973</id>
    <updated>2024-01-30T06:17:35Z</updated>
    <published>2024-01-30T06:16:00Z</published>
    <summary type="html">&lt;p&gt; Hi,&lt;/p&gt;
&lt;p&gt;Both the modules are deployed, but not invoking the service in 7.4 only&lt;/p&gt;
&lt;p&gt;can you please tell me is there other way to customize this calendar
  portlet component?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Saleem.&lt;/p&gt;</summary>
    <dc:creator>Mohamed Saleem</dc:creator>
    <dc:date>2024-01-30T06:16:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: RE: Calendar Portlet Customization</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122321256" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122321256</id>
    <updated>2024-01-04T11:19:26Z</updated>
    <published>2024-01-04T11:19:25Z</published>
    <summary type="html">&lt;p&gt;I'm not confident that it shouldn't be possible: It &lt;a
    href="https://github.com/liferay/liferay-portal/blob/7.2.x/modules/apps/calendar/calendar-web/src/main/java/com/liferay/calendar/web/internal/portlet/CalendarPortlet.java#L504"&gt;has
    always been implemented this way&lt;/a&gt; (e.g. here the 7.2
  implementation), and MVCActionCommands &lt;em&gt;should&lt;/em&gt; have precedence
  if I'm not mistaken...&lt;/p&gt;
&lt;p&gt;Check if your plugin is actually deployed (use Gogo shell)&lt;/p&gt;
&lt;p&gt;Also, I see that the 7.4 calendar portlet opts for portletspec 3.
  Maybe this is the reason for changed behavior... If that was the case,
  I'd call it a bug. But as of now it's only a guess to check.&lt;/p&gt;</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2024-01-04T11:19:25Z</dc:date>
  </entry>
  <entry>
    <title>RE: Calendar Portlet Customization</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122317034" />
    <author>
      <name>Roselaine Marques</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122317034</id>
    <updated>2024-01-02T09:32:11Z</updated>
    <published>2024-01-02T09:32:10Z</published>
    <summary type="html">&lt;p&gt;Hi Mohamed, &lt;/p&gt;
&lt;p&gt;
  &lt;a
  href="https://github.com/liferay/liferay-portal/blob/ded0e9390637985231e962e4ad4cfa4639eabb26/modules/apps/calendar/calendar-web/src/main/java/com/liferay/calendar/web/internal/portlet/CalendarPortlet.java#L504"&gt;Here&lt;/a&gt; as
  you can see the &amp;quot;updateFormCalendarBooking&amp;quot; is implemented
  inside the Portlet component, not as MVCActionCommand, which means you
  can't override as MVCActionCommand + service ranking. &lt;/p&gt;
&lt;p&gt;I was wondering, don't you have the JSP Fragment invoking this
  MVCActionCommand in 7.2?&lt;/p&gt;</summary>
    <dc:creator>Roselaine Marques</dc:creator>
    <dc:date>2024-01-02T09:32:10Z</dc:date>
  </entry>
  <entry>
    <title>Calendar Portlet Customization</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122316729" />
    <author>
      <name>Mohamed Saleem</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=122316729</id>
    <updated>2024-01-02T05:55:15Z</updated>
    <published>2024-01-02T05:55:14Z</published>
    <summary type="html">&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have written code for Calendar portlet customization is working in
  7.2 but not working in 7.4. &lt;/p&gt;
&lt;p&gt;@Component(property = {
  &amp;quot;javax.portlet.name=com_liferay_calendar_web_portlet_CalendarPortlet&amp;quot;,&lt;br&gt;
      &amp;quot;mvc.command.name=updateFormCalendarBooking&amp;quot;,
  &amp;quot;service.ranking:Integer=101&amp;quot; }, service =
  MVCActionCommand.class)&lt;br&gt; public class CalendarUpdateAction extends
  BaseMVCActionCommand {&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;  @Override&lt;br&gt;   protected void doProcessAction(ActionRequest
  actionRequest, ActionResponse actionResponse) throws Exception {&lt;/p&gt;
&lt;p&gt;        System.out.println(&amp;quot;my customization&amp;quot;);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt; if anyone knows please help me.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Saleem.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Mohamed Saleem</dc:creator>
    <dc:date>2024-01-02T05:55:14Z</dc:date>
  </entry>
</feed>
