<?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>How Can I create a calendar in the Liferay 2024.q1 using the mvc-portlet</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=123448974" />
  <subtitle>How Can I create a calendar in the Liferay 2024.q1 using the mvc-portlet</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=123448974</id>
  <updated>2026-04-05T20:39:56Z</updated>
  <dc:date>2026-04-05T20:39:56Z</dc:date>
  <entry>
    <title>RE: How Can I create a calendar in the Liferay 2024.q1 using the mvc-portlet</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123449327" />
    <author>
      <name>Sarah Silva</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123449327</id>
    <updated>2025-06-16T23:18:02Z</updated>
    <published>2025-06-16T19:31:26Z</published>
    <summary type="html">&lt;p&gt;I understand the situation better now. I’ve considered a few
  approaches — like connecting my Service Builder module to the
  &lt;code&gt;CalendarBooking&lt;/code&gt; table, using Liferay Objects, or just
  continuing with the custom implementation I’ve started. This feature
  is really important for the site I'm building, and since Liferay
  doesn't provide work shift management for employees in the way that's
  required, I'm developing it myself and figuring things out as I go.
  Thanks again for your help!&lt;/p&gt;</summary>
    <dc:creator>Sarah Silva</dc:creator>
    <dc:date>2025-06-16T19:31:26Z</dc:date>
  </entry>
  <entry>
    <title>RE: How Can I create a calendar in the Liferay 2024.q1 using the mvc-portlet</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123449308" />
    <author>
      <name>Sarah Silva</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123449308</id>
    <updated>2025-06-16T23:16:20Z</updated>
    <published>2025-06-16T19:25:14Z</published>
    <summary type="html">&lt;p&gt;I understand the situation better now. I’ve considered a few
  approaches — like connecting my Service Builder module to the
  &lt;code&gt;CalendarBooking&lt;/code&gt; table, using Liferay Objects, or just
  continuing with the custom implementation I’ve started. This feature
  is really important for the site I'm building, and since Liferay
  doesn't provide work shift management for employees in the way that's
  required, I'm developing it myself and figuring things out as I go.
  Thanks again for your help!&lt;/p&gt;</summary>
    <dc:creator>Sarah Silva</dc:creator>
    <dc:date>2025-06-16T19:25:14Z</dc:date>
  </entry>
  <entry>
    <title>RE: How Can I create a calendar in the Liferay 2024.q1 using the mvc-portlet</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123449145" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123449145</id>
    <updated>2025-06-16T19:04:16Z</updated>
    <published>2025-06-16T19:04:15Z</published>
    <summary type="html">&lt;p&gt;There's no way to directly link your custom entities to calendar
  entries, you'll need to manage them yourself.&lt;/p&gt;
&lt;p&gt;The calendar comes with its own set of APIs for creating events and
  such, and like all other SB entities each one has a long as the
  primary key for the entry.&lt;/p&gt;
&lt;p&gt;So from your entities, you can either store the calendar entry id in
  your entity (if there can be only one) or else you'll need to manage a
  join table if many to many.&lt;/p&gt;</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2025-06-16T19:04:15Z</dc:date>
  </entry>
  <entry>
    <title>How Can I create a calendar in the Liferay 2024.q1 using the mvc-portlet</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123448973" />
    <author>
      <name>Sarah Silva</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123448973</id>
    <updated>2025-06-16T19:00:58Z</updated>
    <published>2025-06-16T18:57:51Z</published>
    <summary type="html">&lt;p&gt;I'm developing an MVC portlet along with a Service Builder module to
  manage work shifts. I need to integrate a calendar component that
  reflects all the data created through this system (such as shifts and
  schedules) in the calendar interface. However, I'm not sure how to
  link the backend logic with the calendar UI. Could you guide me on how
  to properly connect the data from the Service Builder to the calendar
  in the portlet?&lt;/p&gt;</summary>
    <dc:creator>Sarah Silva</dc:creator>
    <dc:date>2025-06-16T18:57:51Z</dc:date>
  </entry>
</feed>
