The Following User Says Thank You to evujumenuk For This Useful Post: | ||
![]() |
2013-02-16
, 08:25
|
Posts: 435 |
Thanked: 769 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: | ||
![]() |
2013-02-23
, 21:02
|
Posts: 35 |
Thanked: 60 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 | |
|
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!