Re: [SOGo] Romance Standard Time vs CET

2014-01-21 Thread Christian Mack
Hello Daniel Berteaud

Am 2014-01-20 18:53, schrieb Daniel Berteaud:
 
 One of my users received an invite from an Outlook user, and importing
 this event in its SOGo calendar made it one hour later (it was 2-3 pm
 and SOGo imports it as 3-4 pm).
 
 After looking at the ICS, I can see that it uses the Romance Standard
 Time as Timezone. Looks like this timezone is not standard (hey, once
 again, thanks MS for using non standard stuff) and SOGo complains about it:
 
 timezone 'Romance Standard Time' not found in calendar
 
 The start and end date in the ICS is defined like this:
 
 DTSTART;TZID=Romance Standard Time:20140128T14
 DTEND;TZID=Romance Standard Time:20140128T15
 
 Is there a way to make this non standard timezone be interpreted by SOGo
 as CET ?
 

The only way I know of is to include this timezone in the ics files send
with that TZID.

This would be something like that after BEGIN:VCALENDAR and before the
BEGIN:VEVENT lines:

BEGIN:VTIMEZONE
TZID:Romance Standard Time
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
DTSTART:19810329T02
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
TZNAME:CEST
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
DTSTART:19961027T03
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
TZNAME:CET
END:STANDARD
END:VTIMEZONE

I don't know since when this timezone exists, so both DTSTART values are
probably wrong (I used the german ones here).
Be aware, that lines in ics files are always terminated by CR LF.


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Cant' connect to mysql

2014-01-21 Thread Tanstaafl

On 2014-01-21 1:21 AM, André Schild an...@schild.ws wrote:

Am 20.01.2014 22:35, schrieb Bob Wooldridge:

On 01/20/2014 01:49 PM, André Schild wrote:

Looks like the user sogo in your database has another password or has
no rights to access the sogo database



Thanks for the input André, I have everything working now.  The only
strange thing in the logs is this error:



2014-01-20 15:30:41.385 sogod[22981] ERROR(-[NGBundleManager
bundleWithPath:]): could not create bundle for path:
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundle'



Any ideas on what this means?



This one is normal and can be ignored.


?

ERRORs should never be considered 'normal'. If by this you mean that the 
logging itself is 'wrong' and there really is no ERROR, then by all 
means say so, and that it (the improper logging) will (or should be) 
fixed, but it certainly isn't (or shouldn't be considered) 'normal'.


Otherwise, the loge mean nothing and cannot reliably be used to 
troubleshoot real problems.

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

[SOGo] expire-autoreply script stop working

2014-01-21 Thread Alessio Fattorini

Hi all,
after the shell change for user sogo, from /bin/bash to /sbin/nologin my 
expire-autoreply vacation script stop working.


0 0 * * *  sogo/usr/sbin/sogo-tool expire-autoreply sogo:wi***

I wrote this month ago, as suggested in documentation and sogo package

I try with this (like an email suggest me)
sudo -u sogo /usr/sbin/sogo-tool expire-autoreply -p 
/var/lib/sogo/credentials


but i obtain this error:

2014-01-23 00:05:42.282 sogo-tool[9279] Could not login 'alessio' on 
Sieve server: 0x0x8fb34d4[NGSieveClient]: 
socket=NGActiveSocket[0x0x8fb7e04]: mode=rw 
address=0x0x8fb92d4[NGInternetSocketAddress]: host=localhost 
port=57430 connectedTo=0x0x8fb57ec[NGInternetSocketAddress]: 
host=localhost port=4190: (null)
2014-01-23 00:05:42.287 sogo-tool[9279] An error occured while removing 
auto-reply of user alessio



alessio is the user with vacation activated
Can you explain how change script please? If i should change
I should use sudo, how can i use sudo into cron?
Thanks

--
Alessio Fattorini

Nethesis srl - Pesaro (Italy)
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] who is connected

2014-01-21 Thread Albert Shih
 Le 16/01/2014 à 08:34:04+0100, Sven Schwedas a écrit
 Hi,
 
 On 2014-01-15 16:47, Albert Shih wrote:
  Hi all, 
  
  I've some big load issue. Everything work fine, but the load is alway very
  high on the server. In fact since july 2013 I always got a load of 2 or 3
  on the server (before july it's 0.1 or 0.2).
  
  I suspect some users have a problem with a configuration, a wrong input
  inside the agenda or something like that because the load of the server go
  to the top every buisness day from ~10-11h00 until ~18h-21h and goes down
  between ~12 and ~13h. 
  
  So I would like to track this user, how can I do that ? 
 
 Did you take a look at the sogo.log? It should list all client I/O
 including their user name (in the request) and response time.
 
 

I find the person who was responsible of the problem, she have a old
thunderbird (17) with old lightning (1.6.x) and for some reason (I don't
known what) the thunderbird make ~600 000 connections per day. 

The fun point is : she don't event use sogo

After upgrading thunderbirdLightning everything become normal ;-)

So in fact the first thing to track is /var/log/httpd/ssl_access.log..

Regards.

JAS



-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
mar 21 jan 2014 16:21:38 CET
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Active Sync Support

2014-01-21 Thread Davor Vusir
Bravo!
Den 21 jan 2014 18:02 skrev Ludovic Marcotte lmarco...@inverse.ca:

  Hello,

 The current nightly builds of SOGo offer Active Sync support.

 To enable it, simply add the following line to your Apache configuration:

 ProxyPass /Microsoft-Server-ActiveSync
 http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync retry=0

 You'll also have to make sure you run the latest SOPE packages, and you
 install the sogo-activesync package.

 If you want email synchronization to work properly, your IMAP server must
 have the UIDPLUS, SORT and QRESYNC extensions enabled.

 Most of the stuff should work pretty well, but we're now in the final
 stages of development and testing, which include:

1. event invitations
 2. recurring events
3. Outlook 2013 support
4. handle all contact/email/event/task properties

 Full support will be included in SOGo v2.2 - expected to be released by
 the end of the month.

 Thanks,

 --
 Ludovic marcottelmarco...@inverse.ca  ::  +1.514.755.3630  ::  
 http://inverse.ca
 Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
 (http://packetfence.org)


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

[SOGo] Best way to sync Outlook 2010 calendars?

2014-01-21 Thread Remi Verchere
Hi all,

I am using SOGo for months now (latest stable SOGo release, with
Dovecot+Postfix on Debian Squeeze), and it works well with Thunderbird
and Apple Calendars clients.
But I still get issues with Outlook clients for calendar sync.
Then, I am asking to you,SOGo experienced users, what should be the
best way to sync Outlook calendars to SOGo server.


Below some ideas :

* Migrate Outlook users to Thunderbird! I tried, but failed :(

* Use Bynari Webdav Collaborator plug-in. I have many issues with it,
I sent log files to Bynari and Inverse, they are working on it.

* Use native OpenChange. Not the best solution today as it needs to
have a samba4 user directory, we have OpenLDAP directory and I didn't
find how to sync them. Moreover,the non automatic refresh is a no go.

* Using Active Sync, but it implies to migrate to Office 2013, which
is not planned these next years.

* Using a server-side script to sync exported .ics file from Outlook
to a webdav share
Massive import of vcard and ics files.
Today the Outlook clients publish their calendar to a webdav
directory. My idea is to overwrite the SOGo calendar periodically with
that ics calendar, using a simple cron job.
I saw some interesting scripts (Massive import of vcard and ics
files thread), but this solution is quite hand-made and I do not see
all the impact.


So, how do you handle Outlook clients? I do not care if Outlook cannot
see people availability, I do not care if they cannot use shared
contacts.

Thanks for sharing!

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

Re: [SOGo] Romance Standard Time vs CET

2014-01-21 Thread Daniel Berteaud

Le 21/01/2014 09:59, Christian Mack a écrit :

Hello Daniel Berteaud

Am 2014-01-20 18:53, schrieb Daniel Berteaud:

One of my users received an invite from an Outlook user, and importing
this event in its SOGo calendar made it one hour later (it was 2-3 pm
and SOGo imports it as 3-4 pm).

After looking at the ICS, I can see that it uses the Romance Standard
Time as Timezone. Looks like this timezone is not standard (hey, once
again, thanks MS for using non standard stuff) and SOGo complains about it:

timezone 'Romance Standard Time' not found in calendar

The start and end date in the ICS is defined like this:

DTSTART;TZID=Romance Standard Time:20140128T14
DTEND;TZID=Romance Standard Time:20140128T15

Is there a way to make this non standard timezone be interpreted by SOGo
as CET ?


The only way I know of is to include this timezone in the ics files send
with that TZID.


Thanks for the tip. Unfortunaly, I'd like to find an automatic way for 
SOGo to handle this TZ. The problem is that some of my users receive 
from time to time invites from external people with this TZ. Where are 
the native TZ SOGo supports ? is there a way to add new ones without 
re-compiling everything ?


Regards, Daniel


This would be something like that after BEGIN:VCALENDAR and before the
BEGIN:VEVENT lines:

BEGIN:VTIMEZONE
TZID:Romance Standard Time
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
DTSTART:19810329T02
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
TZNAME:CEST
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
DTSTART:19961027T03
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
TZNAME:CET
END:STANDARD
END:VTIMEZONE

I don't know since when this timezone exists, so both DTSTART values are
probably wrong (I used the german ones here).
Be aware, that lines in ics files are always terminated by CR LF.


Kind regards,
Christian Mack




--
Daniel Berteaud
FIREWALL-SERVICES SARL.
Société de Services en Logiciels Libres
Technopôle Montesquieu
33650 MARTILLAC
Tel :05 56 64 15 32  tel:0556641532
Fax :05 56 64 15 32  tel:0556641532
Web : http://www.firewall-services.com

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

Re: [SOGo] Best way to sync Outlook 2010 calendars?

2014-01-21 Thread Sean M. Pappalardo



On 01/21/2014 09:45 AM, Remi Verchere wrote:

So, how do you handle Outlook clients? I do not care if Outlook cannot
see people availability, I do not care if they cannot use shared
contacts.


I haven't tried it yet, but I plan to use the old Funambol Outlook Sync 
client v9.0.1 
(http://download.forge.objectweb.org/sync4j/funambol-outlook-sync-client-9.0.1.exe) 
with the Funambol v10 DS server connected to SOGo via its Funambol 
connector.


Sincerely,
Sean M. Pappalardo
Sr. Networks Engineer
Renegade Technologies
spappala...@renegadetech.com
Office: (630) 631-6188
http://www.renegadetech.com

--
This communication, along with any documents, files or attachments, is 
intended only for the use of the addressee and may contain confidential 
information. If you are not the intended recipient, you are hereby 
notified that any dissemination, distribution or copying of any 
information contained in or attached to this communication is strictly 
prohibited.
If you have received this message in error, please notify the sender 
immediately and destroy the original communication and its attachments 
without reading, printing or saving in any manner.


-
This E-Mail message has been scanned for viruses  content
and cleared by smaRTmail from Renegade Technologies
http://www.renegadetech.com/
-
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Best way to sync Outlook 2010 calendars?

2014-01-21 Thread Peter Peltonen
Hi,

On Tue, Jan 21, 2014 at 7:45 PM, Remi Verchere rverch...@gmail.com wrote:


 So, how do you handle Outlook clients? I do not care if Outlook cannot
 see people availability, I do not care if they cannot use shared
 contacts.


iCal4OL has worked for me: http://ical.gutentag.ch/

It is not free and the client configuration UI is a bit of a mess, but it
seems to do the job.

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

[SOGo] Who has read an email in a group

2014-01-21 Thread Sebastian Schlatow
In our company we have groups that should have an group mail address
that contains members with a individual mail address. If a member of a
group read a group mail, all other group members needs to see which
group member has seen the mail at which time.

Also if a group member deletes a group mail, the mail should not removed
for other group members.

Does SOGo support such features?

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


[SOGo] Shared mailboxes / folder performance

2014-01-21 Thread Sebastian Schlatow
Hello,

how performant is an SOGo shared folder / mailbox if it contains 2
million mails? Is it possible two have such a quantity of mails in a
shared folder? Is it possible to search that shared folder for mails in
a fast way?

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


Re: [SOGo] Active Sync Support

2014-01-21 Thread Szládovics Péter

2014-01-21 18:01 keltezéssel, Ludovic Marcotte írta:

Hello,

The current nightly builds of SOGo offer Active Sync support.

To enable it, simply add the following line to your Apache configuration:

ProxyPass /Microsoft-Server-ActiveSync 
http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync retry=0


You'll also have to make sure you run the latest SOPE packages, and 
you install the sogo-activesync package.


If you want email synchronization to work properly, your IMAP server 
must have the UIDPLUS, SORT and QRESYNC extensions enabled.


Most of the stuff should work pretty well, but we're now in the final 
stages of development and testing, which include:


 1. event invitations
 2. recurring events
 3. Outlook 2013 support
 4. handle all contact/email/event/task properties

Full support will be included in SOGo v2.2 - expected to be released 
by the end of the month.


Thanks,



Thanks to you!
These are the best news in this year :)

If anyone build own site with my install script, then have thesen imap 
capabilities:


1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE 
IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND 
UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE 
QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS QUOTA 
ACL RIGHTS=texk] Logged in


Cheers,

--
Szládovics, Péter

Onlinedemo.HU http://www.onlinedemo.hu
Any sufficiently advanced technology is indistinguishable from magic.
/Arthur C. Clarke/
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Active Sync Support

2014-01-21 Thread Dominique BERTHET

Hello
In order to make tests.
How to install sogo-activesync from sources ?
Sincerely
Dominique BERTHET

Le 21/01/2014 18:01, Ludovic Marcotte a écrit :

Hello,

The current nightly builds of SOGo offer Active Sync support.
lmarco...@inverse.ca

To enable it, simply add the following line to yoursogo-activesync 
Apache configuration:


ProxyPass /Microsoft-Server-ActiveSync 
http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync retry=0


You'll also have to make sure you run the latest SOPE packages, and 
you install the sogo-activesync package.


If you want email synchronization to work properly, your IMAP server 
must have the UIDPLUS, SORT and QRESYNC extensions enabled.


Most of the stuff should work pretty well, but we're now in the final 
stages of development and testing, which include:


 1. event invitations
 2. recurring events
 3. Outlook 2013 support
 4. handle all contact/email/event/task properties

Full support will be included in SOGo v2.2 - expected to be released 
by the end of the month.


Thanks,

--
Ludovic Marcotte
lmarco...@inverse.ca   ::  +1.514.755.3630  ::http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)


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

Re: [SOGo] Best way to sync Outlook 2010 calendars?

2014-01-21 Thread Remi Verchere
2014/1/21 Peter Peltonen peter.pelto...@gmail.com:
 iCal4OL has worked for me: http://ical.gutentag.ch/

 It is not free and the client configuration UI is a bit of a mess, but it
 seems to do the job.

I am also testing iCal4OL. I agree with the UI which is diabolic!
I found some sync issues when I edit/delete some meeting occurrences,
but I cannot guarantee it's a plug-in bug as I did not play with all
the settings.

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

Re: [SOGo] Active Sync Support

2014-01-21 Thread Ludovic Marcotte

On 2014-01-21 4:05 PM, Dominique BERTHET wrote:

How to install sogo-activesync from sources ?

Install the libwbxml-devel packages from our repo.

% cd SOGo/ActiveSync
% make install

Adjust your Apache configuration.

Enjoy some tea and a cookie.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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


Re: [SOGo] Active Sync Support

2014-01-21 Thread mourik jan heupink

Adjust your Apache configuration.

Enjoy some tea and a cookie.


Great news! Thanks very much.

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


Re: [SOGo] Best way to sync Outlook 2010 calendars?

2014-01-21 Thread Martin Rabl
We us iCal4OL for our Outlook fans ... when it is configured, it works. 
When ...



Am 21.01.14 22:12, schrieb Remi Verchere:

2014/1/21 Peter Peltonen peter.pelto...@gmail.com:

iCal4OL has worked for me: http://ical.gutentag.ch/

It is not free and the client configuration UI is a bit of a mess, but it
seems to do the job.


I am also testing iCal4OL. I agree with the UI which is diabolic!
I found some sync issues when I edit/delete some meeting occurrences,
but I cannot guarantee it's a plug-in bug as I did not play with all
the settings.

Rémi



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


Re: [SOGo] Best way to sync Outlook 2010 calendars?

2014-01-21 Thread Tanstaafl

I'm confused...

SOGo claims full native support for Outlook.

So... does it or doesn't it support Outlook?
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Who has read an email in a group

2014-01-21 Thread Georg Bretschneider
Hi,

the first one is not possible. Marking an email as read/unread does not safe 
any kind of timestamp.
The later is „just“ a reconfiguration of your MTA. Instead of delivering mails 
to the group's mail address, postfix (e.g.) has to deliver mails for that 
address to each group member directly. That means mails to that address would 
be duplicated in every group members inbox.


Regards
Georg

Am 21.01.2014 um 21:04 schrieb Sebastian Schlatow buzz-...@riseup.net:

 In our company we have groups that should have an group mail address
 that contains members with a individual mail address. If a member of a
 group read a group mail, all other group members needs to see which
 group member has seen the mail at which time.
 
 Also if a group member deletes a group mail, the mail should not removed
 for other group members.
 
 Does SOGo support such features?
 
 Best regards
 Sebastian
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

RE : Re: [SOGo] Active Sync Support

2014-01-21 Thread alain.abbas
You dont need the sources just switch your repository on sogo-nightly
Salutations


Envoyé depuis mon Samsung Galaxy S 4 d’Orange

 Message d'origine 
De : Dominique BERTHET dbert...@emse.fr 
Date : 21/01/2014  22:05  (GMT+01:00) 
A : users@sogo.nu 
Objet : Re: [SOGo] Active Sync Support 
 
Hello
In order to make tests. 
How to install sogo-activesync from sources ?
Sincerely
Dominique BERTHET

Le 21/01/2014 18:01, Ludovic Marcotte a écrit :
Hello,

The current nightly builds of SOGo offer Active Sync support.
lmarco...@inverse.ca

To enable it, simply add the following line to yoursogo-activesync Apache 
configuration:

ProxyPass /Microsoft-Server-ActiveSync 
http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync retry=0

You'll also have to make sure you run the latest SOPE packages, and you install 
the sogo-activesync package.

If you want email synchronization to work properly, your IMAP server must have 
the UIDPLUS, SORT and QRESYNC extensions enabled.

Most of the stuff should work pretty well, but we're now in the final stages of 
development and testing, which include:
event invitations
recurring events
Outlook 2013 support
handle all contact/email/event/task properties
Full support will be included in SOGo v2.2 - expected to be released by the end 
of the month.
Thanks,
-- 
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

Re: [SOGo] Active Sync Support

2014-01-21 Thread Sarah Lee
Wow.. Good news
On Jan 22, 2014 5:17 AM, Ludovic Marcotte lmarco...@inverse.ca wrote:

 On 2014-01-21 4:05 PM, Dominique BERTHET wrote:

 How to install sogo-activesync from sources ?

 Install the libwbxml-devel packages from our repo.

 % cd SOGo/ActiveSync
 % make install

 Adjust your Apache configuration.

 Enjoy some tea and a cookie.

 --
 Ludovic Marcotte
 lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
 Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence (
 http://packetfence.org)

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

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

[SOGo] BTS activities for Tuesday, January 21 2014

2014-01-21 Thread SOGo reporter
Title: BTS activities for Tuesday, January 21 2014





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Tuesday, January 21 2014

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2187
	2014-01-21 11:52:59
	updated (open)
	Backend Address Book
	Simplyfy searches and autocompletion
	
	  
	
2541
	2014-01-21 11:51:29
	updated (open)
	Backend Calendar
	overbooking of resources without warning
	
	  
	
2583
	2014-01-21 11:58:05
	updated (open)
	Web Address Book
	Subscribing to another user's calendar yields empty addressbook
	
	  
	
1950
	2014-01-21 11:53:12
	updated (open)
	Web Calendar
	When deleting multiple selected events of recurring events the events are deleted instead of the selected instances.
	
	  
	
2505
	2014-01-21 11:52:46
	updated (open)
	Web Calendar
	Event "Title" containing equal sign shown empty
	
	  
	
2556
	2014-01-21 11:51:42
	updated (open)
	Web Calendar
	Invalid warning when inviting additional persons
	
	  
	
2557
	2014-01-21 11:51:55
	updated (open)
	Web Calendar
	creating new event with mouse context menu uses wrong day
	
	  
	
2560
	2014-01-21 11:52:07
	updated (open)
	Web Calendar
	resources with multiplebooking >1 are busy after one booking
	
	  
	
2565
	2014-01-21 11:52:20
	updated (open)
	Web Calendar
	autocomplete when inviting shows duplicates without free/busy