The Following User Says Thank You to For This Useful Post: | ||
|
2011-03-11
, 11:05
|
Posts: 5 |
Thanked: 0 times |
Joined on Jan 2011
|
#402
|
|
2011-03-11
, 11:28
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#403
|
The Following User Says Thank You to nicolai For This Useful Post: | ||
|
2011-03-11
, 15:47
|
Posts: 5 |
Thanked: 0 times |
Joined on Jan 2011
|
#404
|
Are you familiar with sqlite3?
If so you can take a quick look if your regular calendar has the right
calendar type:
open /home/user/.calendardb/calendar with sqlite and make this select:
select * from calendars;
The sixth column is the calendartype. My default calendar has the type 4.
nicolai
|
2011-03-11
, 15:56
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#405
|
The Following User Says Thank You to nicolai For This Useful Post: | ||
|
2011-03-11
, 16:16
|
Posts: 5 |
Thanked: 0 times |
Joined on Jan 2011
|
#406
|
|
2011-03-11
, 18:03
|
|
Posts: 559 |
Thanked: 1,017 times |
Joined on May 2008
@ Finland
|
#407
|
sqlite3 is on your device as well.
Just enter this command in xterm:
sqlite3 /home/user/.calendar/calendardb "select * from calendars;"
nicolai
|
2011-03-28
, 07:44
|
Posts: 458 |
Thanked: 136 times |
Joined on Jul 2010
@ Holland
|
#408
|
|
2011-03-28
, 07:58
|
|
Posts: 74 |
Thanked: 27 times |
Joined on Jun 2010
@ France
|
#409
|
|
2011-03-28
, 07:59
|
Posts: 458 |
Thanked: 136 times |
Joined on Jul 2010
@ Holland
|
#410
|
Not sure this is you case, but there was a known problem with the calendar, not the widget, that created events wrongly with relation to the timezone where they were created. A problem mainly for travelers, but also for people changing between summer and winter time (I see it is your case as you are in Europe).
The workaround was to delete and recreate the problematic events.
HTH
Tags |
calendar, calendar widget, shreddies |
|
Last edited by rantom; 2013-04-30 at 14:16.