We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
device_calendar/android/src/main/kotlin/com/builttoroam/devicecalendar/CalendarDelegate.kt
Line 139 in b14d1fd
Whereas deleteEvent is declared as:
fun deleteEvent(calendarId: String, eventId: String, pendingChannelResult: MethodChannel.Result, startDate: Long? = null, endDate: Long? = null, followingInstances: Boolean? = null) {
Order of eventId and calendarId should be reversed.
The text was updated successfully, but these errors were encountered:
Fix issue #258
6efef84
No branches or pull requests
device_calendar/android/src/main/kotlin/com/builttoroam/devicecalendar/CalendarDelegate.kt
Line 139 in b14d1fd
Whereas deleteEvent is declared as:
Order of eventId and calendarId should be reversed.
The text was updated successfully, but these errors were encountered: