sendCalendarEvent method
Implementation
Future<void> sendCalendarEvent(CalendarEventInfoBean calenderEventInfo) {
String jsonStr = calendarEventInfoBeanToJson(calenderEventInfo);
return mConnconst.invokeMethod("sendCalendarEvent", <String, String>{"calenderEventInfo": jsonStr});
}