Author Topic: RoundCube Calendar (jQuery Calendar)  (Read 77213 times)

Offline Blueyed1

  • Newbie
  • *
  • Posts: 3
RoundCube Calendar (jQuery Calendar)
« Reply #75 on: May 05, 2010, 02:00:16 PM »
Quote from: skaero;27259
Assuming the database is setup correctly you would need to edit the sql querys that are going to the database that are in the main plugin file.


Well, my knowledge to postgresSQL DB and configuration in general, is limited to following a step by step guide.

It would be a nice feature if calendar plugin could be made so it'l run on postgresSQL, the same way as mySQL, and with a brief guide to installation.

/Blueyed1

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
RoundCube Calendar (jQuery Calendar)
« Reply #76 on: May 30, 2010, 12:53:00 AM »
This thread has been splitted to:

#1-jQuery Weekcalendar plugin (deprecated)
     http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/6779-jquery-weekcalendar-plugin-deprecated.html

#2-jQuery Fullcalendar plugin (developed by Lazlo and forked by rosali)
     http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/6782-jquery-fullcalendar-plugin-forked-rosali.html

Posts regarding these two plugin versions has been moved to appriate thread.

Posts remaining here refer to Lazlo's Github version (RoundCube Calendar).
« Last Edit: May 31, 2010, 11:01:32 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
RoundCube Calendar (jQuery Calendar)
« Reply #77 on: May 30, 2010, 03:28:35 AM »
@ all subscribers: Don't miss to subscribe to new threads!
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline trvsfhln

  • Newbie
  • *
  • Posts: 6
How do I change the hours
« Reply #78 on: June 23, 2010, 04:33:45 AM »
How do I change the hours to AM and PM 12 hour blocks instead of the 24:00 clock

Offline dziobak

  • Full Member
  • ***
  • Posts: 184
RoundCube Calendar (jQuery Calendar)
« Reply #79 on: June 23, 2010, 04:49:30 AM »
you can do it i calendar settings: change time format....

Offline trvsfhln

  • Newbie
  • *
  • Posts: 6
RoundCube Calendar (jQuery Calendar)
« Reply #80 on: June 23, 2010, 07:26:38 PM »
I change it to h:mmt and hit save, then it says saved succussfully then when i look at the time format option it has reset itself to HH:mm

Offline trvsfhln

  • Newbie
  • *
  • Posts: 6
Categories
« Reply #81 on: June 23, 2010, 07:34:38 PM »
How do I add and create new categories in the calendar

Offline dziobak

  • Full Member
  • ***
  • Posts: 184
RoundCube Calendar (jQuery Calendar)
« Reply #82 on: June 24, 2010, 12:28:54 AM »
In the same place... on the bottom. Find '+'

Offline ajl

  • Newbie
  • *
  • Posts: 9
CalDAV support
« Reply #83 on: June 30, 2010, 09:58:34 AM »
Good day:

I have been trying to get CalDAV support working with the plugin in the latest GIT-checkout. Server is DAViCal  0.9.9-0 on Ubuntu Hardy [1], but the calendar is not populated, probably due to a missing piece in the authentication. Is the login with current rouncube credentials working for CalDAV, or are those config lines a placeholder for future functionality?

Working caldav support would be fantastic for Roundcube, even if on a readonly basis for now.

Thanks, Achim

[1] DAViCal - DAViCal Home

Offline dziobak

  • Full Member
  • ***
  • Posts: 184
RoundCube Calendar (jQuery Calendar)
« Reply #84 on: June 30, 2010, 10:25:58 AM »
you can check Rosali's version. There is possibility to work on the same calendar from RC and TB where RC is 'calendar server'. Rosali's version is supported. The version from Github... I don't know.

Offline ajl

  • Newbie
  • *
  • Posts: 9
No CalDAV
« Reply #85 on: July 01, 2010, 08:43:48 AM »
I looked at Rosali's version, and unfortunately CalDAV is also not support, as per her own comment: http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/6782-jquery-fullcalendar-plugin-forked-rosali-11.html#post28428.

Is anybody here aware of a simple way to visualise (not even edit!) caldav calendars?

Thanks, Achim

Offline dziobak

  • Full Member
  • ***
  • Posts: 184
RoundCube Calendar (jQuery Calendar)
« Reply #86 on: July 01, 2010, 09:02:00 AM »
Fullcalendar is not supporting caldav. You can try webcalendar from Rosali's trunk (I don't know if it supports caldav...)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
RoundCube Calendar (jQuery Calendar)
« Reply #87 on: July 01, 2010, 10:34:49 AM »
To clarify: CalDAV support is possible if someone would code a suitable backend driver. In the original calendar plugin there was a CalDAV backend under development. I think the contact data of the developer is anywhere in Lazlo's github package.

For someone with CalDAV skills it would be easy to code something to give read access only. This could be done by coding a script which returns events as a json encoded array and to show this as a calendar layer.
« Last Edit: July 01, 2010, 10:39:30 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline tuxcrafter

  • Newbie
  • *
  • Posts: 1
unable to write events to caldav rc-calender
« Reply #88 on: October 18, 2010, 06:28:42 AM »
Dear Lazlo (and other contributes),

Let me first thank you for creating this roundcube calendar.

I got a debian testing roundcube 0.3.1-5 installation and installed rc-calendar as described bellow.

I also use mozilla sunbird with the same user credentials and with sunbird I am able to write and change caldav events.

However with rc-calendar I can read and see the events but I can't change or create new events!

I checked my apache logs but I cant find any errors, however I don’t see any PUT or PROPFIND events, only REPORT events for roundcube.

How will I be able to read and write to my caldav calender with rc-calendar?

Code: [Select]
wget http://download.github.com/LazloNL-roundcube-calendar-af961ec.tar.gz
tar xvzf LazloNL-roundcube-calendar-af961ec.tar.gz
mv LazloNL-roundcube-calendar-af961ec/calendar calendar
mv calendar /usr/share/roundcube/plugins/
ls -hal /usr/share/roundcube/plugins/
cp /usr/share/roundcube/plugins/calendar/config/config.inc.php.dist /usr/share/roundcube/plugins/calendar/config/config.inc.php
vim /usr/share/roundcube/plugins/calendar/config/config.inc.php


Code: [Select]
# egrep -w rcmail_config  /usr/share/roundcube/plugins/calendar/config/config.inc.php
$rcmail_config['backend'] = "caldav";
$rcmail_config['default_view'] = "month";
$rcmail_config['time_format'] = "HH:mm";
$rcmail_config['timeslots'] = 1;
$rcmail_config['first_day'] = 1;
$rcmail_config['first_hour'] = 9;
$rcmail_config['categories'] = array('Personal' => 'c0c0c0',
$rcmail_config['caldav_server'] = 'https://secure.companyname.nl/davical/caldav.php';
$rcmail_config['caldav_username'] = 'companyname';
$rcmail_config['caldav_password'] = 'secret';
$rcmail_config['caldav_calendar'] = 'agenda';
$rcmail_config['caldav_use_roundcube_login'] = false;
$rcmail_config['caldav_loginwithout_tld'] = false;

Offline ajl

  • Newbie
  • *
  • Posts: 9
RoundCube Calendar (jQuery Calendar)
« Reply #89 on: October 18, 2010, 10:02:33 AM »
Having a rcube calendar work with Davical would be fantastic: one step closer to a Gmail replacement!