<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[LuxCal Web Calendar — Suggestions]]></title>
		<link>https://www.luxsoft.eu/lcforum/index.php</link>
		<atom:link href="https://www.luxsoft.eu/lcforum/extern.php?action=feed&amp;fid=6&amp;type=rss" rel="self" type="application/rss+xml"></atom:link>
		<description><![CDATA[The most recent topics at LuxCal Web Calendar.]]></description>
		<lastBuildDate>Mon, 06 Apr 2026 09:07:06 +0000</lastBuildDate>
		<generator>PunBB 1.4.4</generator>
		<item>
			<title><![CDATA[year view]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=542&amp;action=new</link>
			<description><![CDATA[<p>Hi, Could it be a good idea if the calendar in year view could scroll infinitely forward and backward through the days? If all-day events in year view could be displayed with the entire field colored instead of just a dot, it would make it more clear when using all-day appointments.</p>]]></description>
			<author><![CDATA[null@example.com (x308z)]]></author>
			<pubDate>Mon, 06 Apr 2026 09:07:06 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=542&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Is it possible to "bottom justify" an entry?]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=535&amp;action=new</link>
			<description><![CDATA[<p>Hi All,</p><br><p>We LIVE by LuxCal, have for many years, and that includes planning travel as well.</p><p>Something I&#039;ve long wanted to do is &quot;bottom-justify&quot; an entry. When we&#039;re travelling this is the town or hotel we&#039;ll be sleeping in that night.</p><p>My current work-around is to set it for &quot;23:59&quot;, which puts it at the last of any day events, but it&#039;s still top-justified - and annoyingly then has a bogus time-stamp.</p><p>Is there a way to achieve this, or has anyone come up with a workable edit or kludge?</p>]]></description>
			<author><![CDATA[null@example.com (greiginsydney)]]></author>
			<pubDate>Tue, 09 Dec 2025 06:42:35 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=535&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Middle ground for blocking tables]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=530&amp;action=new</link>
			<description><![CDATA[<p>Hi, is there a way to to have something that allows you to blok overlap from some catagories but not all</p><p>Currently its an all or nothing option</p><p>I ise the calendar for table booking, and when I have an event on I have to either block all the tables, or none, this either leads to none of the available tables getting used, or double booking of the event tables.</p><p>Any idea how I can do this with my version 5.1.0</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (Smorg)]]></author>
			<pubDate>Wed, 08 Oct 2025 14:58:20 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=530&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Default Category View for Groups]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=522&amp;action=new</link>
			<description><![CDATA[<p>Hey there,</p><p>As always, loving your work <img src="https://www.luxsoft.eu/lcforum/img/smilies/smile.png" width="15" height="15" alt="smile"></p><p>I did have a request made to me that I looked for but I don&#039;t think it&#039;s a current option. What they would like is to be able to set a default category view by user group. So even if they do have access to a busy category, by default it doesn&#039;t get seen.</p><p>I know I can go into each user and set it for them, but if it&#039;s a good idea for everyone, I thought I would mention it here <img src="https://www.luxsoft.eu/lcforum/img/smilies/smile.png" width="15" height="15" alt="smile"></p><p>Hope you are having a great week!</p><p>David</p>]]></description>
			<author><![CDATA[null@example.com (AdamsTNT)]]></author>
			<pubDate>Wed, 12 Mar 2025 20:57:49 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=522&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[2FA (secure login)]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=514&amp;action=new</link>
			<description><![CDATA[<p>Yesterday I updated some application which received a new version after a few years. I was very surprised because I can use 2FA. This fact motivated me to verify my applications in terms of security. As a result I received the lack of this security feature only LuxCal. If you have plans to implement this feature it would be wonderful. Nowadays 2FA seems to be the standard for secure authorization. Will luxCal offer this security feature to its users?</p>]]></description>
			<author><![CDATA[null@example.com (Markus)]]></author>
			<pubDate>Tue, 22 Oct 2024 11:58:58 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=514&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Force the decimal keypad when entering times on mobile devices]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=512&amp;action=new</link>
			<description><![CDATA[<p>Hi Roel,</p><p>Here&#039;s a neat trick I was recently able to add to the calendar.</p><p>I use my iPhone and iPad to create events, and realised I can make this process easier if I can get the &quot;digits&quot; keypad to pop when i select the start and end time boxes. As luck would have it the &quot;decimal&quot; keypad includes the digits AND a period, and the calendar code treats the period the same as a colon!</p><p>All I needed to do was edit /cal/pages/eventform1.php and add inputmode=&#039;decimal&#039; into the span dTimeS and dTimeE elements.</p><p>Here&#039;s one in context:</p><p>&lt;span id=&#039;dTimeS&#039;{$hidden}&gt;&lt;input inputmode=&#039;decimal&#039; class=&#039;time&#039; type=&#039;text&#039; name=&#039;sti&#039; id=&#039;sti&#039; value=&#039;{$sti}&#039;&gt;</p><br><p>- Greig.</p>]]></description>
			<author><![CDATA[null@example.com (greiginsydney)]]></author>
			<pubDate>Fri, 20 Sep 2024 21:13:54 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=512&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Overlapping gap for "no cat"]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=510&amp;action=new</link>
			<description><![CDATA[<p>In settings, a checkbox to enable or disable the overlap gap for the &#039;no cat&#039; category.</p><p>Dirk</p>]]></description>
			<author><![CDATA[null@example.com (Dirk)]]></author>
			<pubDate>Mon, 12 Aug 2024 11:11:57 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=510&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[No time overlap]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=508&amp;action=new</link>
			<description><![CDATA[<p>An option (checkbox) in &#039;Settings - Appointments&#039; that ensures that no overlapping appointments can be made.</p><p>For example: <br>User A makes an appointment from 16:00 - 17:00, user B (or another user) can&#039;t make an appointment at the same time.</p><p>Dirk</p>]]></description>
			<author><![CDATA[null@example.com (Dirk)]]></author>
			<pubDate>Thu, 18 Jul 2024 18:42:46 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=508&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Auto language]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=506&amp;action=new</link>
			<description><![CDATA[<p>Detect browser language and make a choice button to switch between own language or browser language.<br>Make it for the admin to set this in settings.</p>]]></description>
			<author><![CDATA[null@example.com (Dirk)]]></author>
			<pubDate>Sat, 22 Jun 2024 16:58:06 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=506&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Blocking the addition of events by date.]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=504&amp;action=new</link>
			<description><![CDATA[<p>Hi. Just a suggestion. <br>Maybe it would be very useful to be able to lock specific days so that no one can add any events after a specific date. For example, you can set a deadline for posting events until a specific date/time. <br>Usefull for team schedulling.<br>What do you think?<br>regards,<br>laur</p>]]></description>
			<author><![CDATA[null@example.com (laur)]]></author>
			<pubDate>Mon, 13 May 2024 12:41:45 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=504&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Daily schedule]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=503&amp;action=new</link>
			<description><![CDATA[<p>We&#039;re missing a feature like a &quot;daily schedule,&quot; where you could set up to receive a summary of all the events we&#039;re participating in today at a specific chosen time each day. Whether we&#039;re participating in an event was defined by the field: &quot;Notification to: ... &quot; - all the emails/people listed there were participating in the event.</p>]]></description>
			<author><![CDATA[null@example.com (Redoslaw)]]></author>
			<pubDate>Tue, 07 May 2024 07:18:23 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=503&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Adding recipients from the checklist]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=502&amp;action=new</link>
			<description><![CDATA[<p>Hello,<br>We are planning to switch from TeamUP to luxCal. Everything looks great, but we really miss the ability to select event participants (who will receive an email notification) from a checklist. Such a list could display, for example, a list of registered users shown by name, which could be checked off with a checkbox.<br>Manual entry is okay, but there are people for whom such a feature is crucial... Could you possibly add something like that?</p>]]></description>
			<author><![CDATA[null@example.com (Redoslaw)]]></author>
			<pubDate>Tue, 30 Apr 2024 07:44:27 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=502&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Clean Up Function in V5.2.2]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=463&amp;action=new</link>
			<description><![CDATA[<p>I have just upgraded our Club&#039;s system to V522.&nbsp; I like the new features such as the transfer of event ownership and the clean up functions.</p><p>However, for the later (clean up), can we not have the pre-loaded dates (month old) for the &#039;Past events&#039; and the &#039;Inactive users&#039; when opening the clean up functions panel. I&#039;ve warned our users to be careful in this panel as they may inadvertently click buttons with pre-loaded dates.</p><p>I don&#039;t know about others, but we often consult past events that are over a month old, particularly where we get high repeat customer numbers. But this would only be back to no more than two years, so we will cleanup for older events anyway.&nbsp; &nbsp; &nbsp;</p><p>Not a big one and don&#039;t really need a setting for this.&nbsp; A suggested code change would probably suffice.</p>]]></description>
			<author><![CDATA[null@example.com (pat)]]></author>
			<pubDate>Sat, 08 Apr 2023 02:54:02 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=463&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Emailing event to customers]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=460&amp;action=new</link>
			<description><![CDATA[<p>We are a lawn bowling club in Perth, West Australia. We use luxcal extensively to manage our facilities bookings which is our financial lifeblood.&nbsp; Primarily, we have two types of events.&nbsp; One is in-house events and regular users events and the other is one off customers who book our facilities for functions.&nbsp; Thus we operate with &#039;customers&#039; who make &#039;bookings&#039; with us for their events.</p><p>It would be nice to email&nbsp; these &#039;customers&#039; the confirmation of their &#039;booking&#039;. This would be similar to&nbsp; &quot;Send email&quot; function on the events pop-up panel.&nbsp; &nbsp;We have played around with this is and it could probably be ok for us to use.&nbsp; However the email message has an &#039;Open calendar&#039; link at the bottom of the message.&nbsp; We would like to not have this link as we don&#039;t allow &#039;customers&#039; to view our calendar for multiple reasons.</p><p>I have looked at the files to see where it&#039;s generated and think it&#039;s in messaging.php around line 190 (V521).&nbsp; If I disable this line I assume the &#039;Open calendar&#039; link would not appear.</p><p>Now for the suggestion.&nbsp; How about having an ability to send an email message to the &#039;customer&#039; who would receive most of the event data but without the ability to access the calendar.</p>]]></description>
			<author><![CDATA[null@example.com (pat)]]></author>
			<pubDate>Thu, 23 Mar 2023 00:46:15 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=460&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[drag&drop of events]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=458&amp;action=new</link>
			<description><![CDATA[<p>Hi, do you plan to add drag@drop of events to this calander?<br>If this function already exists, please help me to find it.<br>Best<br>Rob</p>]]></description>
			<author><![CDATA[null@example.com (Rob)]]></author>
			<pubDate>Fri, 24 Feb 2023 00:55:31 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=458&amp;action=new</guid>
		</item>
	</channel>
</rss>
