+print STDERR "warning: the googlecalendar plugin is deprecated and will be removed in ikiwiki 3.0 (use the embed plugin instead)\n";
+
+sub import {
+ hook(type => "getsetup", id => "googlecalendar",
+ call => \&getsetup);
+ hook(type => "preprocess", id => "googlecalendar",