@cocal/google-calendar-mcp
Version:
Google Calendar MCP Server with extensive support for calendar management
20 lines (19 loc) • 621 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google Calendar Authentication</title>
<link rel="stylesheet" href="styles.css">
</head>
<body class="centered">
<div class="card">
<h1>Connect Google Account</h1>
<div class="info-box">
<p>You're connecting a Google account with the nickname:</p>
<p><strong><code>{{accountId}}</code></strong></p>
</div>
<a href="{{authUrl}}" class="btn-primary">Authenticate with Google</a>
</div>
</body>
</html>