| The Following User Says Thank You to evujumenuk For This Useful Post: | ||
|
|
02-16-2013
, 04:25 AM
|
|
Posts: 435 |
Thanked: 756 times |
Joined on Apr 2010
|
#12
|
UPDATE Alarm SET Offset = 43200 WHERE Offset == -129600;
| The Following 2 Users Say Thank You to gionni88 For This Useful Post: | ||
|
|
02-16-2013
, 07:21 AM
|
|
Posts: 102 |
Thanked: 57 times |
Joined on Apr 2012
|
#13
|
|
|
02-23-2013
, 05:02 PM
|
|
Posts: 25 |
Thanked: 24 times |
Joined on Sep 2011
|
#14
|
sqlite3 /home/user/.calendar/db 'SELECT * FROM Components WHERE "Type"="Todo"'
sqlite3 /home/user/.calendar/db 'DELETE FROM Components WHERE "Type"="Todo"'
![]() |
| Tags |
| thanks gionni88 |
| Thread Tools | Search this Thread |
|
I am trying to make my birthday reminders pop-up in the same day as the birthday...say at 12 in the afternoon.
I tried "UPDATE Alarm SET isEnabled = 1 WHERE Offset == 43200;"
Nothing seems to happen.
If I enter "UPDATE Alarm SET isEnabled = 0 WHERE Offset == -129600;" the alarms stop working witch means that the command is working.
Some ideas???
Thanks!