mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
21 lines
776 B
HTML
21 lines
776 B
HTML
---
|
|
layout: docs
|
|
title: Calendar
|
|
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/models/calendar.coffee"
|
|
---
|
|
|
|
<h2>Summary</h2>
|
|
|
|
<div class="markdown-from-sourecode">
|
|
<p><p>The Calendar model represents a Calendar object served by the Nylas Platform API.
|
|
For more information about Calendar on the Nylas Platform, read the
|
|
<a href="https://nylas.com/docs/api#calendar">Calendar API Documentation</a></p>
|
|
<h2 id="attributes">Attributes</h2>
|
|
<p><code>name</code>: <a href='attributestring.html'>AttributeString</a> The name of the calendar.</p>
|
|
<p><code>description</code>: <a href='attributestring.html'>AttributeString</a> The description of the calendar.</p>
|
|
<p>This class also inherits attributes from <a href='model.html'>Model</a></p>
|
|
</p>
|
|
</div>
|
|
|
|
<ul>
|
|
</ul>
|