Roundcube Community Forum

 

jQuery Fullcalendar plugin (forked by rosali)

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

Previous topic - Next topic

YoJoe

Rosali, do you remember when I asked you if it would be possible to add a window with incoming events, not only having today's events window ?

Fullcalendar's dev added this functionality yesterday
Issue 692 - fullcalendar - view with arbitrary number of horizontal days (and looks like week view) - Project Hosting on Google Code
Any chances you will handle this feature in your plugin ?

rosali

#181
I see they merged another ticket with yours. It is not implemented. In addition it will be worse to have a horizontal view. Please add comment and ask for an option to display it vertically.
Regards,
Rosali

YoJoe

Quote from: rosali;32042I see they merged another ticket with yours. It is not implemented. In addition it will be worse to have a horizontal view. Please add comment and ask for an option to display it vertically.

The guy from another ticket request a horizontal view, although Adam answered month ago:
Quotehaving a view where the next N days are shown is currently now possible through a simple config option.

I just completely forgot to mention that, although I didn't follow calendar's development line.


YoJoe

#184
Quote from: rosali;32089Issue 775 - fullcalendar - New Basic View basicNDays - Project Hosting on Google Code

Quotei am modifying this feature request to include arbitrary # of columns AND rows (rows = weeks) of days.
pretty much, a completely configurable "basic" view.

Issue 692 - fullcalendar - arbitrary # of rows/cols in a basic-view - Project Hosting on Google Code


btw. Rosali, is there any chance to have something like: export google calendar to a file, upload the file to f.e. fcplugin directory, and let it display events taken from the file, instead of connecting all the time to g.calendar ?

rosali

Yes, just put an ics file anywhere accessible by the web and add the URL to Calendar Feeds.

F.e.:
http://mail.mydomain.tld/plugins/calendar/google.ics
Regards,
Rosali

Soerboe

Hi,
I have tried to figure this out by myself, but I couldn't do it...

Does this calendar plugin have support for Goggle Calendar. And how is the support? Read only? Or full supported?

rosali

Look into Calendar Feeds (Settings). It is read only.
Regards,
Rosali

Soerboe

Thank you. Are there any plans to implement read and write support to Google Calendar?

Or do you know about another plugin that has this feature?

rosali

Why? If you click on a google event, it should open google calendar and you can edit it there.
Regards,
Rosali

Soerboe

Oh, I didn't know that. That changes things a bit, even though it would be more smooth to edit and create events in roundcube... :-)

Thanks for clearing that up!

mezcal

Hi,

I`m trying this great plugin. There is one strange thing.

A new user can not add events. The new event window doesn`t show.
If I join e.g. google calendar I can add new event. Then I unlink the google calendar and I can still add events. When I delete the last event and google calendar is not joined I can not add events again. The new event window is not showing.

roundcube 0.5-RC, myroundcube 4367 .
in config file:
$rcmail_config['calendarfeeds'] = array();
$rcmail_config['public_calendarfeeds'] = array();

Have I missed something?

thanks in advance

Filip

rosali

This is a bug. The GUI isn't initialized when there are no events to render. It is already fixed but not released yet. Next release is scheduled for this weekend.
Regards,
Rosali

rosali

Regards,
Rosali

Jack!

Has someone been able to create recurring events with the current calendar plugin released today? Having said that I have the same problem with the version before this one.

Steps to reproduce:
- Go to calendar
- Pick a date and a time (or all-day)
- Fill in the General tab (fill in whatever you like)
- Go to tab Schedule
- Change "Recur event every", try week, month, year (whatever you prefer)
- Try to change "Expires" date. I can't change it. Whatever I choose, it won't let me save it.

I even have deleted my 'events' table and recreated it again with the sql file in the calendar sql folder. It doesn't help. I've no problems with single events so far. Only recurring events are causing problems.