mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2024-12-26 08:13:07 +01:00
fix #571, make sure caldav synced events are saved in proper calendar
This commit is contained in:
parent
289ac5dbf0
commit
7a618de210
@ -691,7 +691,7 @@ class EventActivity : SimpleActivity() {
|
|||||||
config.lastUsedLocalEventTypeId = newEventType
|
config.lastUsedLocalEventTypeId = newEventType
|
||||||
SOURCE_SIMPLE_CALENDAR
|
SOURCE_SIMPLE_CALENDAR
|
||||||
} else {
|
} else {
|
||||||
"$CALDAV-${config.lastUsedCaldavCalendarId}"
|
"$CALDAV-$mEventCalendarId"
|
||||||
}
|
}
|
||||||
|
|
||||||
val reminders = sortedSetOf(mReminder1Minutes, mReminder2Minutes, mReminder3Minutes).filter { it != REMINDER_OFF }
|
val reminders = sortedSetOf(mReminder1Minutes, mReminder2Minutes, mReminder3Minutes).filter { it != REMINDER_OFF }
|
||||||
|
Loading…
Reference in New Issue
Block a user