Fixed Gtk-CRITICAL message while adding new appointment.
While adding new appointment and external calendar was not present then following error was always printed (orage:98315): Gtk-CRITICAL **: 10:19:21.282: gtk_container_add: assertion 'GTK_IS_WIDGET (widget)' failed
. This MR fixes this error.