Re: [SOGo] Saving name of user that created/modified event? Python hook?

2012-03-21 Thread Francis Lachapelle
Hi Robert On 2012-03-14, at 5:13 AM, Robert Casties wrote: Would it be possible with a Python hook? What do I need to play with this? 2.0? Yes, the Python bindings will be available in 2.0. Francis -- flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca Inverse :: Leaders

Re: [SOGo] Saving name of user that created/modified event? Python hook?

2012-03-14 Thread Peter Peltonen
Hi, On Wed, Mar 14, 2012 at 11:13 AM, Robert Casties cast...@mpiwg-berlin.mpg.de wrote: Since we use a lot of group calendars where events are created and changed by different users it would be nice to know which user created or changed an event (and when). It seems that the vcalendar format

Re: [SOGo] Saving name of user that created/modified event? Python hook?

2012-03-14 Thread Christian Mack
On 2012-03-14 10:13, Robert Casties wrote: Since we use a lot of group calendars where events are created and changed by different users it would be nice to know which user created or changed an event (and when). It seems that the vcalendar format does not provide this information, at least

Re: [SOGo] Saving name of user that created/modified event? Python hook?

2012-03-14 Thread Alessio Fattorini
Il 14/03/2012 11:33, Christian Mack ha scritto: Why don't you use Resources for these group calendars. People now can invite these and get automatically accepted. This has the advantage that the owner is always the person which created this event. Sory but i don't know resources very much. Can

Re: [SOGo] Saving name of user that created/modified event? Python hook?

2012-03-14 Thread Christian Mack
On 2012-03-14 14:43, Alessio Fattorini wrote: Il 14/03/2012 11:33, Christian Mack ha scritto: Why don't you use Resources for these group calendars. People now can invite these and get automatically accepted. This has the advantage that the owner is always the person which created this event.

Re: [SOGo] Saving name of user that created/modified event? Python hook?

2012-03-14 Thread Robert Casties
On 14.03.12 10:49, Peter Peltonen wrote: Now I had the idea to automatically add a line like created by $user at $date to the notes field. How would that be possible? Would it be possible with a Python hook? What do I need to play with this? 2.0? No idea what it would need from SOGo, but

Re: [SOGo] Saving name of user that created/modified event? Python hook?

2012-03-14 Thread Alessio Fattorini
Nella citazione in data mer 14 mar 2012 15:00:28 CET, Christian Mack ha scritto: Hope that clarifies it a bit. Great answer! Thank you very much! It's very clear now. We'll implement it very soon! -- -- Alessio Fattorini (alessio.fattor...@nethesis.it) nethesis srl - Via degli Olmi

Re: [SOGo] Saving name of user that created/modified event? Python hook?

2012-03-14 Thread Robert Casties
On 14.03.12 15:00, Christian Mack wrote: Resources are like normal accounts. They accept events automatically when invited. You can specify for each resource how many simultaneous events are allowed. For example we use resources for scheduling meeting rooms. They only allow one simultaneous

Re: [SOGo] Saving name of user that created/modified event? Python hook?

2012-03-14 Thread Alessio Fattorini
Il 14/03/2012 15:12, Robert Casties ha scritto: I would still prefer normal calendars with the added option of knowing who did what in our case but if that's not feasible we would look at resources. I think that's impossible: http://www.sogo.nu/bugs/view.php?id=640 -- Alessio Fattorini

Re: [SOGo] Saving name of user that created/modified event? Python hook?

2012-03-14 Thread Robert Casties
On 14.03.12 17:07, Alessio Fattorini wrote: Il 14/03/2012 15:12, Robert Casties ha scritto: I would still prefer normal calendars with the added option of knowing who did what in our case but if that's not feasible we would look at resources. I think that's impossible: