diff --git a/calendar/inc/functions.inc.php b/calendar/inc/functions.inc.php
index 6b06e42075..cd3d481f34 100755
--- a/calendar/inc/functions.inc.php
+++ b/calendar/inc/functions.inc.php
@@ -43,6 +43,8 @@
{
if($grants[$owner])
{
+ $grants[$phpgw_info['user']['account_id']] = PHPGW_ACL_READ + PHPGW_ACL_ADD + PHPGW_ACL_EDIT + PHPGW_ACL_DELETE + PHPGW_ACL_PRIVATE;
+
$rights = $grants[$owner];
if ($rights == 0)
{
diff --git a/calendar/inc/header.inc.php b/calendar/inc/header.inc.php
index d16c33014a..d522ab9b0d 100644
--- a/calendar/inc/header.inc.php
+++ b/calendar/inc/header.inc.php
@@ -126,6 +126,7 @@