Roundcube Community Forum

 

jQuery Fullcalendar plugin (forked by rosali)

Started by horfic, March 07, 2010, 07:39:25 PM

Previous topic - Next topic

rosali

#15
We can almost archieve that. F.e. if [email protected] is calendar admin you can create a public access url (readonly or read/write) and add it to the config.

The only thing which is missing is to make sure that this url can't be deleted by users and to have a default category for it.

Where is the need to grant access only for certain users?
Regards,
Rosali

dziobak

what do you thing about this

1. create calendar user in database f.e. [email protected]
2. Add this account to calendar config file to public calendar variable, add calendar admins to array and eventually define a public calendar category color.
3. users automatically see the public calendar without making tokens or creating feeds. users have it in read only mode, admins in full mode.

and what do you thing about permission to read/write but without deleting? it can be used to add someone else an event in calendar. when that someone else enter the calendar can accept or decline this event.

rosali

That's what I'm talking about. IMO we do not need admins. Just login as [email protected] to have full access to the "public" calendar.

Sorry, I won't add more groupware functionality yet. The current concept needs a third token for that.

I will release the calendar next weekend. Perhaps someone else volunteers to improve groupware functionality.
Regards,
Rosali

rosali

#18
I have released forked version (myroundcube - Project Hosting on Google Code).

(*) Recurring events
(*) Customizable categories
(*) Email notifications on event changes
(*) Shared calendars
(*) Google layers
(*) Event filters
(*) May be more I do not remember yet ...
Regards,
Rosali

dziobak

Nice modification Rosali.

I have found a bug/problem. When creating/editing event theres a problem with expire input.
1. It shouldn't be read only - I think
2. Look in attachment - strange dates (input) when i click on any date (small calendar)

rosali

Regards,
Rosali

dziobak


rosali

./plugins/calendar/program/js/calendar.js :: ~line 140

document.forms.form.expires.value = mydate.getFullYear() + "-" + smonth + "-" + sday + " 23:59:59";

Use 'getFullYear' instead of getYear. Thanks for the bug report!
Regards,
Rosali

dziobak

Yes. Now it's OK.

Thanks Rosali.

PS
Check PW

dziobak


rosali

Yes. Launch new event adding dialog and upload ics file.
Regards,
Rosali

dziobak

One question more: is this functionality implemented or I have problems to run it?

Quote from: rosali;26672@tjm74: My ICS import already detects ics attachments and adds a footer to the displayed email just like the vcard_attachments (bundled with default Roundcube).

rosali

It is implemented. If you have problems, please send me the ics file.
Regards,
Rosali

dziobak


dziobak

another bug...
I have changed i config.inc.php categories to polish names with polish characters. Everything is fine until hitting save button in Options->Calendar (where are categories). The polish letters disappear, they aren't write to DB.
F.E. - 'Holidays' -> 'Święta' is written 'wita'.