Re: [SOGo] Block making two entries in one calendar at the same time

2017-08-04 Thread Siegfried Kurz



hello siegfried,

hello sg gs, thanks for Your answer.


not sure if i got you right (created a test user and added several
calendars called room1, room,..)


OK, our Idea of using SOSo as a replacement of mrbs was like this:

Take a little shop with three rooms as an example, the rooms are used to
offer some service to the clients of the shop.
The service for the clients takes some time, say from 15 Minutes to 2 hours.
The idea was to create one user in SOGo called Shop1 and create three  
calendars,
room1, room2, and room3. Because the rooms can be used by only one  
client at a time,
it is necessary that there can be only one appointment per room at a  
distinct time.

And that is the thing that didn't work in our test of SOGo.

You see:
The goal is not that every worker in the shop gets one calendar,
no, every room has to have one calendar.

I hope, I could make my problem more clear.


maybe it's best to reate the roms as ldap resources (see
https://sogo.nu/files/docs/SOGoInstallationGuide.html 5.4. Authentication
using LDAP ff), kind = thing specifying a MultipleBookingsFieldName and
setting it to 1.

We tried to avoid to use ldap and use only mysql.


btw: is there a reason to use version 2.3.* - why not use 3.2.* ?

I know it's a matter of taste, but we don't like the new GUI at all.
And, at least in our testing, the GUI of 2.X seemed to be faster than  
that of 3.X.


Best Regards, Siegfried
--


Mit freundlichen Grüßen

Siegfried Kurz

Hörakustik-Informationstechnik John GmbH
Benzstraße 34
D-71083 Herrenberg
Telefon  (07032) 92964-0
Telefax. (07032) 92964-29
E-Mail : mailto:sk...@hit-john.de

Geschäftsführer: Siegfried Kurz
Registergericht Böblingen
HRB: 243327

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Block making two entries in one calendar at the same time

2017-08-04 Thread "sg gs"

hello siegfried,

 

not sure if i got you right (created a test user and added several calendars called room1, room,..)

 

maybe it's best to reate the roms as ldap resources (see https://sogo.nu/files/docs/SOGoInstallationGuide.html 5.4. Authentication using LDAP ff), kind = thing specifying a MultipleBookingsFieldName and setting it to 1.

 

btw: is there a reason to use version 2.3.* - why not use 3.2.* ?

 

hth, sggs

 

Sent: Friday, August 04, 2017 at 4:48 PM
From: "\"\\\"Siegfried Kurz\\\"\" (sk...@hit-john.de)" 
To: users@sogo.nu
Subject: [SOGo] Block making two entries in one calendar at the same time


Hello,

at the moment we are evaluating SOGo Version 2.3.22 on 16.04.3 LTS.

The goal is to replace mrbs (Meeting Room Booking System,
http://mrbs.sourceforge.net),
which ist integrated into our software MIDAS, a software-package for Hearing
Aid Dispensers.

So far, we found that SOGo fits to our needs very well, but there is one
critical point left.

This is what we have done so far:

We created a test user and added several calendars called room1, room2,
room3. Then we chose the "Multicolumn Dayview" and the calendars are
displayed side by side.

But it is possible to create more than one calendar entries for the same
calendar and the same time.
This means that one room can be occupied by more than once, but this is not
the way it should work.

For example, in the tine20 calendar, it is not possible to create two
entries in one calendar at the same time.

We've searched this list exhaustively and found some hints to use the
"MultipleBookingsFieldName" configuration option,
but we could not get it to work.

So here are my questions:

1.) Is it possible to configure SOGo to behave as described above?

2.) If the answer is yes, what configurations would I have to make?



My Configuration so far:
/etc/sogo/sogo.conf everything is commented out

/var/lib/sogo/GNUstep/Defaults/sogod.plist see attachment.


Mysql config:

mysql -u sogo -p
Enter password:
mysql> use sogo;
mysql> select c_uid,c_name,kind,multiple_bookings from sogo.sogo_users;
+---++---+---+
| c_uid | c_name | kind | multiple_bookings |
+---++---+---+
| bene | bene | thing | 1 |
| rudi | rudi | thing | 1 |
| sogo | sogo | thing | 1 |
+---++---+---+


I hope, I could give You enough information.
Any hint is welcome, thanks in advance

Best Regards

Siegfried Kurz

E-Mail : mailto:sk...@hit-john.de


--
users@sogo.nu
https://inverse.ca/sogo/lists



-- users@sogo.nuhttps://inverse.ca/sogo/lists


[SOGo] Block making two entries in one calendar at the same time

2017-08-04 Thread "Siegfried Kurz"

Hello,

at the moment we are evaluating SOGo Version 2.3.22 on 16.04.3 LTS.

The goal is to replace mrbs (Meeting Room Booking System,
http://mrbs.sourceforge.net),
which ist integrated into our software MIDAS, a software-package for Hearing
Aid Dispensers.

So far, we found that SOGo fits to our needs very well, but there is one
critical point left.

This is what we have done so far:

We created a test user and added several calendars called room1, room2,
room3. Then we chose the "Multicolumn Dayview" and the calendars are
displayed side by side.

But it is possible to create more than one calendar entries for the same
calendar and the same time.
This means that one room can be occupied by more than once, but this is not
the way it should work.

For example, in the tine20 calendar, it is not possible to create two
entries in one calendar at the same time.

We've searched this list exhaustively and found some hints to use the
"MultipleBookingsFieldName" configuration option,
but we could not get it to work.

So here are my questions:

1.) Is it possible to configure SOGo to behave as described above?

2.) If the answer is yes, what configurations would I have to make?



My Configuration so far:
/etc/sogo/sogo.conf everything is commented out

/var/lib/sogo/GNUstep/Defaults/sogod.plist see attachment.


Mysql config:

mysql -u sogo -p
Enter password:
mysql> use sogo;
mysql>  select c_uid,c_name,kind,multiple_bookings  from sogo.sogo_users;
+---++---+---+
| c_uid | c_name | kind  | multiple_bookings |
+---++---+---+
| bene  | bene   | thing | 1 |
| rudi  | rudi   | thing | 1 |
| sogo  | sogo   | thing | 1 |
+---++---+---+


I hope, I could give You enough information.
Any hint is welcome, thanks in advance 

Best Regards

Siegfried Kurz

E-Mail : mailto:sk...@hit-john.de


-- 
users@sogo.nu
https://inverse.ca/sogo/lists

sogod.plist
Description: Binary data


Re: [SOGo] Outlook: Mail folders

2017-08-04 Thread Ralf Cirksena
On Wed, Aug 02, 2017 at 12:41:56PM +0200 you wrote:

> Yes, I had to click on every such created folder to let Outlook synchronize
> it to the IMAP server.
> 
> This seems to be standard behaviour for Outlook.

Did not help in this case. I'll keep an eye on that.


Regards
-- 
R. Cirksena 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists