thanks
1 2021-07-26 10:26:13
Re: Messages under mini calendar in side panel (2 replies, posted in Need Help)
2 2021-07-26 07:30:07
Topic: Messages under mini calendar in side panel (2 replies, posted in Need Help)
In one of your demos you have content underneath the mini calendar in the side panel ... How does one do that?
Thanks
3 2021-07-26 07:26:49
Re: Single Sign On - Outside of Main LuxCal Folder (17 replies, posted in Need Help)
setting $calPath = '/'; seemed to fix the issue ... thanks
4 2021-07-24 04:27:13
Topic: SSO - How To Integrate/Share Session With Web Application (1 replies, posted in Problems)
I just cannot get SSO to work with my existing web application:
path to the calendar is /calendar/index.php
users login to web application /index.php
I set session variable $_SESSION['lcUser'] = 'user@email.com' when user logs-in
But I am unable to pass the session variable to Luxcal without starting a new session which seems to log user out of my web application..
I don't know if I'm explaining this very well but it seems impossible to integrate?
5 2021-07-22 09:59:57
Re: Single Sign On - Outside of Main LuxCal Folder (17 replies, posted in Need Help)
calendar page with single sign on and calendar in iframe
7 2021-07-22 06:54:47
Re: Single Sign On - Outside of Main LuxCal Folder (17 replies, posted in Need Help)
Actually it isn't working, I thought I had fixed it but it doesn't seem to work as expected.
I have set $_SESSION['lcUser'] and can echo it to the page as a check but the calendar does not auto login user
8 2021-07-21 22:42:17
Topic: Turn Off Public Access (2 replies, posted in Need Help)
How do I turn off Public Access/disable the Public Access group?
9 2021-07-21 17:54:33
Re: Single Sign On With Side Bar/Mini Calendar (5 replies, posted in Need Help)
Thanks Roel, I realised it must a media query that hides the side bar on widths below 800px?
10 2021-07-21 17:04:40
Re: Single Sign On - Outside of Main LuxCal Folder (17 replies, posted in Need Help)
The problem is that in this case your application and the calendar are not in the same domain and the PHP session with the user name or email address is not accessible by the calendar.
I have no ready-made solution for this. I will think about it and when I have a bright idea, I will come back here shortly.Roel
Thanks, I managed to get it working ... My web application has an include file where the session variables are set, I added/set the lcUser session variable in there and it seems to work as expected now....
11 2021-07-21 01:34:20
Topic: Single Sign On - Outside of Main LuxCal Folder (17 replies, posted in Need Help)
How does one implement single sign from a page that is not inside the main LuxCal folder ... I created page a level up with iframe and want the single sign on from there but it doesn't work
12 2021-07-20 23:56:18
Re: Single Sign On With Side Bar/Mini Calendar (5 replies, posted in Need Help)
Thanks, I have all three of those options checked but don't get the side bar/mini calendar in single sign on mode ..... I'm guessing it is not supported in single sign on mode
13 2021-07-20 23:41:04
Re: To Dos - How To Add One? (5 replies, posted in Need Help)
thanks I got it in the end ... Think I had Todo with a capital 'T' .. I deleted and re-added all lowercase a 'todo' and that seemed to work
14 2021-07-20 23:34:36
Re: To Dos - How To Add One? (5 replies, posted in Need Help)
I want to send screenshot of my settings but forum won't let me, I can't get this feature working..
15 2021-07-20 18:41:21
Topic: Single Sign On With Side Bar/Mini Calendar (5 replies, posted in Need Help)
Hi - is there a way to show the side bar and mini calendar with a single sign on/calendar in iframe. I have the single sign on working but only shows main calendar full width of iframe.
Thanks in advance
16 2021-07-18 20:49:13
Re: To Dos - How To Add One? (5 replies, posted in Need Help)
You have to have a category set for todo.
Look here : *calendarforum.dk/categories(dot)html*
You can take a look for information here:
*calendarforum.dk/todo-list(dot)html*
And here
*calendarforum.dk/todo-and-approve(dot)html*
You can copy the "links" between * into the browsers URL-field - it should function
Replace the (dot) by a dot.
Hope you are helped by this
Thank you 👍
17 2021-07-18 16:12:37
Topic: To Dos - How To Add One? (5 replies, posted in Need Help)
I can see from the top right hamburger menu access to a to do list, but can't for the life of me see bhow to add a To Do? Can someone point in me the right direction?
18 2021-07-18 15:56:54
Topic: Disable Native Authentication (2 replies, posted in Need Help)
Newbie, I want to integrate the calendar with an existing web application, is it possible to do the following and how easy is it:
1) Disable the native authentication/login for standard user and integrate own session/authentication
2) Assign colours to users events (I can only see colours for categories) - I suppose as a crude workaround categories could be changes to 'assigned to'
Thanks in advance