mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2024-12-25 07:50:56 +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
|
||||
SOURCE_SIMPLE_CALENDAR
|
||||
} else {
|
||||
"$CALDAV-${config.lastUsedCaldavCalendarId}"
|
||||
"$CALDAV-$mEventCalendarId"
|
||||
}
|
||||
|
||||
val reminders = sortedSetOf(mReminder1Minutes, mReminder2Minutes, mReminder3Minutes).filter { it != REMINDER_OFF }
|
||||
|
Loading…
Reference in New Issue
Block a user