mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
fix #571, make sure caldav synced events are saved in proper calendar
This commit is contained in:
@@ -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 }
|
||||||
|
Reference in New Issue
Block a user