View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002007 | SOGo | sogo-tool | public | 2012-10-04 08:14 | 2013-09-30 14:52 |
Reporter | Jerome G | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.0.0 | ||||
Target Version | 2.1.0 | Fixed in Version | 2.1.0 | ||
Summary | 0002007: can't add webcalendar | ||||
Description | Hello, I'm trying to add webcalendar with sogo-tool : 1) I get user-preferences : /usr/sbin/sogo-tool user-preferences get settings MYUSER Calendar 2) I modify the Json in order to add /usr/sbin/sogo-tool user-preferences set settings MYUSER Calendar MYJSON IN myjson I've added : No error is produced But on web interface, i can't seen the webcalendar. It seems, there's no entry for it in tables sogo-user_profile. Can you modify sogo-tool or explain how I can add a webclendar correctly without using SQL requests ? | ||||
Additional Information | Sogo is installed on Debian Squeeze 64 bits | ||||
Tags | No tags attached. | ||||
HI, Have you some news about this feature ? |
|
hi, |
|
First, you have to add it like that: webcal.json: {"Calendar": {"WebCalendars": {"sogo10:Calendar\/630A-5245E700-5-375D6E80": "http:\/\/inverse.ca\/~lmarcotte\/foobar.ics"}}} % sogo-tool user-preferences set settings sogo10 Calendar -f webcal.json I've also modified the code so that upon login, if we try to load non-existent Web calendars, we'll create them. So for this to work, the user will have to logout/login. The fix is here: https://github.com/inverse-inc/sogo/commit/05990e9a14503cf1ea2dfcdf28616ea63ebc311e |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2012-10-04 08:14 | Jerome G | New Issue | |
2012-11-21 17:44 | ludovic | Status | new => assigned |
2012-11-21 17:44 | ludovic | Assigned To | => jraby |
2013-01-22 13:20 | Jerome G | Note Added: 0005244 | |
2013-07-16 13:36 | Benjamin Pierrot | Note Added: 0005748 | |
2013-09-30 14:51 | ludovic | Note Added: 0006077 | |
2013-09-30 14:51 | ludovic | Target Version | => 2.1.0 |
2013-09-30 14:52 | ludovic | Status | assigned => closed |
2013-09-30 14:52 | ludovic | Resolution | open => fixed |
2013-09-30 14:52 | ludovic | Fixed in Version | => 2.1.0 |