aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cal-config-google/e-google-chooser.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-05-07 19:27:24 +0800
committerMilan Crha <mcrha@redhat.com>2013-05-07 19:27:24 +0800
commit0ccccead12fae581ea9be349154928c1215896d5 (patch)
treea6e81d33d4c0d4f317e81c1049ad614fc8e44a3e /modules/cal-config-google/e-google-chooser.h
parentb254ea37eff47973b076fcf9345f80215ae5c978 (diff)
downloadgsoc2013-evolution-0ccccead12fae581ea9be349154928c1215896d5.tar
gsoc2013-evolution-0ccccead12fae581ea9be349154928c1215896d5.tar.gz
gsoc2013-evolution-0ccccead12fae581ea9be349154928c1215896d5.tar.bz2
gsoc2013-evolution-0ccccead12fae581ea9be349154928c1215896d5.tar.lz
gsoc2013-evolution-0ccccead12fae581ea9be349154928c1215896d5.tar.xz
gsoc2013-evolution-0ccccead12fae581ea9be349154928c1215896d5.tar.zst
gsoc2013-evolution-0ccccead12fae581ea9be349154928c1215896d5.zip
Newly configured Google calendar cannot be opened
Unless the button to choose a calendar was clicked, because the calendar path is not filled, thus the server claims "HTTP 405 error", which means an OPTIONS request cannot be done on the path, which was just root of www.google.com, instead of a calendar path. (This was reported as part of bug #659522.)
Diffstat (limited to 'modules/cal-config-google/e-google-chooser.h')
-rw-r--r--modules/cal-config-google/e-google-chooser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/cal-config-google/e-google-chooser.h b/modules/cal-config-google/e-google-chooser.h
index 8c973142e9..b43f358221 100644
--- a/modules/cal-config-google/e-google-chooser.h
+++ b/modules/cal-config-google/e-google-chooser.h
@@ -73,4 +73,8 @@ gboolean e_google_chooser_populate_finish
GError **error);
gboolean e_google_chooser_apply_selected (EGoogleChooser *chooser);
+void e_google_chooser_construct_default_uri
+ (SoupURI *soup_uri,
+ const gchar *username);
+
#endif /* E_GOOGLE_CHOOSER_H */