-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ff83ad
commit f2f6610
Showing
638 changed files
with
3,323 additions
and
2,237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
english/net/aspose.email.clients.graph/calendarcolor/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: Enum CalendarColor | ||
second_title: Aspose.Email for .NET API Reference | ||
description: Aspose.Email.Clients.Graph.CalendarColor enum. Enumerates the color theme to distinguish the calendar from other calendars in a UI. The property values are auto lightBlue lightGreen lightOrange lightGray lightYellow lightTeal lightPink lightBrown lightRed maxColor | ||
type: docs | ||
weight: 15870 | ||
url: /net/aspose.email.clients.graph/calendarcolor/ | ||
--- | ||
## CalendarColor enumeration | ||
|
||
Enumerates the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor. | ||
|
||
```csharp | ||
public enum CalendarColor | ||
``` | ||
|
||
### Values | ||
|
||
| Name | Value | Description | | ||
| --- | --- | --- | | ||
| LightBlue | `0` | Light Blue | | ||
| LightGreen | `1` | Light Green | | ||
| LightOrange | `2` | Light Orange | | ||
| LightGray | `3` | Light Gray | | ||
| LightYellow | `4` | Light Yellow | | ||
| LightTeal | `5` | Light Teal | | ||
| LightPink | `6` | Light Pink | | ||
| LightBrown | `7` | Light Brown | | ||
| LightRed | `8` | Light Red | | ||
| MaxColor | `9` | Max Color | | ||
| Auto | `-1` | Auto | | ||
|
||
### See Also | ||
|
||
* namespace [Aspose.Email.Clients.Graph](../../aspose.email.clients.graph/) | ||
* assembly [Aspose.Email](../../) | ||
|
||
|
40 changes: 40 additions & 0 deletions
40
english/net/aspose.email.clients.graph/calendarinfo/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: Class CalendarInfo | ||
second_title: Aspose.Email for .NET API Reference | ||
description: Aspose.Email.Clients.Graph.CalendarInfo class. Represents information about calendar | ||
type: docs | ||
weight: 15880 | ||
url: /net/aspose.email.clients.graph/calendarinfo/ | ||
--- | ||
## CalendarInfo class | ||
|
||
Represents information about calendar. | ||
|
||
```csharp | ||
public class CalendarInfo : BaseRestObject | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [CanEdit](../../aspose.email.clients.graph/calendarinfo/canedit/) { get; set; } | true if the user can write to the calendar, false otherwise. | | ||
| [CanShare](../../aspose.email.clients.graph/calendarinfo/canshare/) { get; set; } | true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. | | ||
| [CanViewPrivateItems](../../aspose.email.clients.graph/calendarinfo/canviewprivateitems/) { get; set; } | true if the user can read calendar items that have been marked private, false otherwise. | | ||
| [Color](../../aspose.email.clients.graph/calendarinfo/color/) { get; set; } | Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor. | | ||
| [DefaultOnlineMeetingProvider](../../aspose.email.clients.graph/calendarinfo/defaultonlinemeetingprovider/) { get; set; } | The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. | | ||
| [IsDefaultCalendar](../../aspose.email.clients.graph/calendarinfo/isdefaultcalendar/) { get; set; } | true if this is the default calendar where new events are created by default, false otherwise. | | ||
| [IsRemovable](../../aspose.email.clients.graph/calendarinfo/isremovable/) { get; set; } | Indicates whether this user calendar can be deleted from the user mailbox. | | ||
| [IsTallyingResponses](../../aspose.email.clients.graph/calendarinfo/istallyingresponses/) { get; set; } | Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses. | | ||
| virtual [ItemId](../../aspose.email.clients.graph/calendarinfo/itemid/) { get; } | Gets string representation of entry ID. | | ||
| virtual [Name](../../aspose.email.clients.graph/calendarinfo/name/) { get; set; } | Gets or sets the name of Calendar. | | ||
| [Owner](../../aspose.email.clients.graph/calendarinfo/owner/) { get; set; } | If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user. | | ||
| virtual [Properties](../../aspose.email.clients.graph/baserestobject/properties/) { get; } | Gets the mapi properties. | | ||
|
||
### See Also | ||
|
||
* class [BaseRestObject](../baserestobject/) | ||
* namespace [Aspose.Email.Clients.Graph](../../aspose.email.clients.graph/) | ||
* assembly [Aspose.Email](../../) | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
english/net/aspose.email.clients.graph/calendarinfo/canedit/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: CalendarInfo.CanEdit | ||
second_title: Aspose.Email for .NET API Reference | ||
description: CalendarInfo property. true if the user can write to the calendar false otherwise | ||
type: docs | ||
weight: 10 | ||
url: /net/aspose.email.clients.graph/calendarinfo/canedit/ | ||
--- | ||
## CalendarInfo.CanEdit property | ||
|
||
true if the user can write to the calendar, false otherwise. | ||
|
||
```csharp | ||
public bool CanEdit { get; set; } | ||
``` | ||
|
||
### See Also | ||
|
||
* class [CalendarInfo](../) | ||
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/) | ||
* assembly [Aspose.Email](../../../) | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
english/net/aspose.email.clients.graph/calendarinfo/canshare/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: CalendarInfo.CanShare | ||
second_title: Aspose.Email for .NET API Reference | ||
description: CalendarInfo property. true if the user has the permission to share the calendar false otherwise. Only the user who created the calendar can share it | ||
type: docs | ||
weight: 20 | ||
url: /net/aspose.email.clients.graph/calendarinfo/canshare/ | ||
--- | ||
## CalendarInfo.CanShare property | ||
|
||
true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. | ||
|
||
```csharp | ||
public bool CanShare { get; set; } | ||
``` | ||
|
||
### See Also | ||
|
||
* class [CalendarInfo](../) | ||
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/) | ||
* assembly [Aspose.Email](../../../) | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
english/net/aspose.email.clients.graph/calendarinfo/canviewprivateitems/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: CalendarInfo.CanViewPrivateItems | ||
second_title: Aspose.Email for .NET API Reference | ||
description: CalendarInfo property. true if the user can read calendar items that have been marked private false otherwise | ||
type: docs | ||
weight: 30 | ||
url: /net/aspose.email.clients.graph/calendarinfo/canviewprivateitems/ | ||
--- | ||
## CalendarInfo.CanViewPrivateItems property | ||
|
||
true if the user can read calendar items that have been marked private, false otherwise. | ||
|
||
```csharp | ||
public bool CanViewPrivateItems { get; set; } | ||
``` | ||
|
||
### See Also | ||
|
||
* class [CalendarInfo](../) | ||
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/) | ||
* assembly [Aspose.Email](../../../) | ||
|
||
|
24 changes: 24 additions & 0 deletions
24
english/net/aspose.email.clients.graph/calendarinfo/color/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: CalendarInfo.Color | ||
second_title: Aspose.Email for .NET API Reference | ||
description: CalendarInfo property. Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are auto lightBlue lightGreen lightOrange lightGray lightYellow lightTeal lightPink lightBrown lightRed maxColor | ||
type: docs | ||
weight: 40 | ||
url: /net/aspose.email.clients.graph/calendarinfo/color/ | ||
--- | ||
## CalendarInfo.Color property | ||
|
||
Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor. | ||
|
||
```csharp | ||
public CalendarColor Color { get; set; } | ||
``` | ||
|
||
### See Also | ||
|
||
* enum [CalendarColor](../../calendarcolor/) | ||
* class [CalendarInfo](../) | ||
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/) | ||
* assembly [Aspose.Email](../../../) | ||
|
||
|
24 changes: 24 additions & 0 deletions
24
.../aspose.email.clients.graph/calendarinfo/defaultonlinemeetingprovider/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: CalendarInfo.DefaultOnlineMeetingProvider | ||
second_title: Aspose.Email for .NET API Reference | ||
description: CalendarInfo property. The default online meeting provider for meetings sent from this calendar. Possible values are unknown skypeForBusiness skypeForConsumer teamsForBusiness | ||
type: docs | ||
weight: 50 | ||
url: /net/aspose.email.clients.graph/calendarinfo/defaultonlinemeetingprovider/ | ||
--- | ||
## CalendarInfo.DefaultOnlineMeetingProvider property | ||
|
||
The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. | ||
|
||
```csharp | ||
public OnlineMeetingProvider DefaultOnlineMeetingProvider { get; set; } | ||
``` | ||
|
||
### See Also | ||
|
||
* enum [OnlineMeetingProvider](../../onlinemeetingprovider/) | ||
* class [CalendarInfo](../) | ||
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/) | ||
* assembly [Aspose.Email](../../../) | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
english/net/aspose.email.clients.graph/calendarinfo/isdefaultcalendar/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: CalendarInfo.IsDefaultCalendar | ||
second_title: Aspose.Email for .NET API Reference | ||
description: CalendarInfo property. true if this is the default calendar where new events are created by default false otherwise | ||
type: docs | ||
weight: 60 | ||
url: /net/aspose.email.clients.graph/calendarinfo/isdefaultcalendar/ | ||
--- | ||
## CalendarInfo.IsDefaultCalendar property | ||
|
||
true if this is the default calendar where new events are created by default, false otherwise. | ||
|
||
```csharp | ||
public bool IsDefaultCalendar { get; set; } | ||
``` | ||
|
||
### See Also | ||
|
||
* class [CalendarInfo](../) | ||
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/) | ||
* assembly [Aspose.Email](../../../) | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
english/net/aspose.email.clients.graph/calendarinfo/isremovable/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: CalendarInfo.IsRemovable | ||
second_title: Aspose.Email for .NET API Reference | ||
description: CalendarInfo property. Indicates whether this user calendar can be deleted from the user mailbox | ||
type: docs | ||
weight: 70 | ||
url: /net/aspose.email.clients.graph/calendarinfo/isremovable/ | ||
--- | ||
## CalendarInfo.IsRemovable property | ||
|
||
Indicates whether this user calendar can be deleted from the user mailbox. | ||
|
||
```csharp | ||
public bool IsRemovable { get; set; } | ||
``` | ||
|
||
### See Also | ||
|
||
* class [CalendarInfo](../) | ||
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/) | ||
* assembly [Aspose.Email](../../../) | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
english/net/aspose.email.clients.graph/calendarinfo/istallyingresponses/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: CalendarInfo.IsTallyingResponses | ||
second_title: Aspose.Email for .NET API Reference | ||
description: CalendarInfo property. Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users primary calendars support tracking of meeting responses | ||
type: docs | ||
weight: 80 | ||
url: /net/aspose.email.clients.graph/calendarinfo/istallyingresponses/ | ||
--- | ||
## CalendarInfo.IsTallyingResponses property | ||
|
||
Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses. | ||
|
||
```csharp | ||
public bool IsTallyingResponses { get; set; } | ||
``` | ||
|
||
### See Also | ||
|
||
* class [CalendarInfo](../) | ||
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/) | ||
* assembly [Aspose.Email](../../../) | ||
|
||
|
27 changes: 27 additions & 0 deletions
27
english/net/aspose.email.clients.graph/calendarinfo/itemid/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: CalendarInfo.ItemId | ||
second_title: Aspose.Email for .NET API Reference | ||
description: CalendarInfo property. Gets string representation of entry ID | ||
type: docs | ||
weight: 90 | ||
url: /net/aspose.email.clients.graph/calendarinfo/itemid/ | ||
--- | ||
## CalendarInfo.ItemId property | ||
|
||
Gets string representation of entry ID. | ||
|
||
```csharp | ||
public virtual string ItemId { get; } | ||
``` | ||
|
||
### Property Value | ||
|
||
The entry id string. | ||
|
||
### See Also | ||
|
||
* class [CalendarInfo](../) | ||
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/) | ||
* assembly [Aspose.Email](../../../) | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
english/net/aspose.email.clients.graph/calendarinfo/name/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: CalendarInfo.Name | ||
second_title: Aspose.Email for .NET API Reference | ||
description: CalendarInfo property. Gets or sets the name of Calendar | ||
type: docs | ||
weight: 100 | ||
url: /net/aspose.email.clients.graph/calendarinfo/name/ | ||
--- | ||
## CalendarInfo.Name property | ||
|
||
Gets or sets the name of Calendar. | ||
|
||
```csharp | ||
public virtual string Name { get; set; } | ||
``` | ||
|
||
### See Also | ||
|
||
* class [CalendarInfo](../) | ||
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/) | ||
* assembly [Aspose.Email](../../../) | ||
|
||
|
24 changes: 24 additions & 0 deletions
24
english/net/aspose.email.clients.graph/calendarinfo/owner/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: CalendarInfo.Owner | ||
second_title: Aspose.Email for .NET API Reference | ||
description: CalendarInfo property. If set this represents the user who created or added the calendar. For a calendar that the user created or added the owner property is set to the user. For a calendar shared with the user the owner property is set to the person who shared that calendar with the user | ||
type: docs | ||
weight: 110 | ||
url: /net/aspose.email.clients.graph/calendarinfo/owner/ | ||
--- | ||
## CalendarInfo.Owner property | ||
|
||
If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user. | ||
|
||
```csharp | ||
public MailAddress Owner { get; set; } | ||
``` | ||
|
||
### See Also | ||
|
||
* class [MailAddress](../../../aspose.email/mailaddress/) | ||
* class [CalendarInfo](../) | ||
* namespace [Aspose.Email.Clients.Graph](../../calendarinfo/) | ||
* assembly [Aspose.Email](../../../) | ||
|
||
|
Oops, something went wrong.