Change default reminder in Calendar
In Sailfish 3 the default reminder of a new event is "never". This is very annoying for me, considering that I use it mainly as a reminder. How can I modify the default setting?
Thanks
We have moved to a new Sailfish OS Forum. Please start new discussions there.
In Sailfish 3 the default reminder of a new event is "never". This is very annoying for me, considering that I use it mainly as a reminder. How can I modify the default setting?
Thanks
What does 'will be fixex' means? Will it get selectable? +1 Or just again 'last.used.value'? -1
peterleinchen ( 2019-04-20 21:50:16 +0200 )editit means it will be like before. It will remember last choice.
atlochowski ( 2019-04-20 23:22:49 +0200 )editWhat would you prefer to have as a default setting?
If you want to edit this setting, then using terminal, go to this file;
line 325 /usr/share/jolla-calendar/pages/EventEditPage.qml
//% "Remind me"
label: qsTrId("calendar-add-remind_me")
menu: ContextMenu {
// TOP LINE NOW AT THE BOTTOM OF THE LIST
ReminderMenuItem {
seconds: 0 // ReminderTime
}
ReminderMenuItem {
seconds: 5 * 60 // Reminder5Min
}
ReminderMenuItem {
seconds: 15 * 60 // Reminder15Min
}
ReminderMenuItem {
seconds: 30 * 60 // Reminder30Min
}
ReminderMenuItem {
seconds: 60 * 60 // Reminder1Hour
}
ReminderMenuItem {
seconds: 2 * 60 * 60 // Reminder2Hour
}
ReminderMenuItem {
seconds: 24 * 60 * 60 // Reminder1Day
}
ReminderMenuItem {
seconds: 2 * 24 * 60 * 60 // Reminder2Day
}
ReminderMenuItem {
seconds: -1 // ReminderNone // TOP LINE NOW HERE
}
}
IF you change the order of the items on the list, they are presented the same way in the app. For example, I took the top line, removed it and placed it at the bottom. now when I look at the actual 'Remind me' page, I see 'Never' is at the bottom of the page, but as expected, The 'Remind me' menu default now shows "At the time of event" as default.
As ever, pics paint a thousand words...
Hmm, on reflection, yes it works but I think I realise now it is not necessary to edit the file.
The comment made by Giacomo Di Giacomo suggests that when you select "at time of event" once, it will always be the default setting each time you create a new event. I did not realise this was default behaviour.
Without editing the said file and then playing about with calendar, I realise that its current behaviour is correct as it is, as suggested by Giacomo Di Giacomo
Spam Hunter ( 2019-04-20 18:15:21 +0200 )edit@Edz I cannot confirm that once 'at time if event' is selected it gets the default. The next new event has again 'never'
peterleinchen ( 2019-04-20 20:04:39 +0200 )editThis thread is public, all members of Together.Jolla.Com can read this page.
Asked: 2019-04-20 13:48:04 +0200
Seen: 225 times
Last updated: Apr 20 '19
Calendar event reminder and recurrence icons not showing in default calendar view
Feature request: Show missed calendar reminders in notifications view [duplicate]
[Broken in 3.0.2.8] Calendar reminder turned on by default
Google calendar reminders don't work
Exchange calendar reminders show wrong time
Calendar notification [released]
This is right. Previously it was set to the latest one selected. This behaviour is the worst possible: if you want to set a default, set it to the time of the event, or important reminders could go unnoticed.
Giacomo Di Giacomo ( 2019-04-20 15:15:03 +0200 )editso, no need to edit anything @Giacomo Di Giacomo ?
Spam Hunter ( 2019-04-20 15:27:05 +0200 )edithttps://together.jolla.com/question/10327/broken-in-3028-calendar-reminder-turned-on-by-default/
attah ( 2019-04-20 18:49:52 +0200 )edit