1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Правки формирования MD

This commit is contained in:
Anton Titovets
2024-06-05 13:35:05 +03:00
parent 943aadd5ab
commit a86eb5b449
513 changed files with 2447 additions and 2445 deletions
@@ -22,7 +22,7 @@ sidebar_position: 2
Response = OPI_GoogleCalendar.AddCalendarToList(Token, "55868c32be16935f0..."); //Map
Response = OPI_Tools.JSONString(Response); //String
```
@@ -22,7 +22,7 @@ sidebar_position: 4
Response = OPI_GoogleCalendar.DeleteCalendarFromList(Token, "55868c32be16935f0..."); //Map
Response = OPI_Tools.JSONString(Response); //String
```
@@ -29,7 +29,7 @@ sidebar_position: 5
Response = OPI_GoogleCalendar.EditListCalendar(Token, "55868c32be16935f0...", Black, Yellow, False); //Map
Response = OPI_Tools.JSONString(Response); //String
```
@@ -21,7 +21,7 @@ sidebar_position: 1
Response = OPI_GoogleCalendar.GetCalendarList(Token); //Map
Response = OPI_Tools.JSONString(Response); //String
```
@@ -22,7 +22,7 @@ sidebar_position: 3
Response = OPI_GoogleCalendar.GetListCalendar(Token, "55868c32be16935f0..."); //Map
Response = OPI_Tools.JSONString(Response); //String
```
@@ -20,7 +20,7 @@ sidebar_position: 4
Response = OPI_GoogleCalendar.ClearMainCalendar(Token);
```
@@ -22,7 +22,7 @@ sidebar_position: 1
Response = OPI_GoogleCalendar.CreateCalendar(Token, "TestCalendar"); //Map
Response = OPI_Tools.JSONString(Response); //String
```
@@ -22,7 +22,7 @@ sidebar_position: 5
Response = OPI_GoogleCalendar.DeleteCalendar(Token, "55868c32be16935f0...");
Response = OPI_Tools.JSONString(Response);
```
@@ -26,7 +26,7 @@ sidebar_position: 3
Response = OPI_GoogleCalendar.EditCalendarMetadata(Token, "55868c32be16935f0...", Name, Description); //Map
Response = OPI_Tools.JSONString(Response); //String
```
@@ -22,7 +22,7 @@ sidebar_position: 2
Response = OPI_GoogleCalendar.GetCalendarMetadata(Token, "55868c32be16935f0..."); //Map
Response = OPI_Tools.JSONString(Response); //String
```
@@ -36,7 +36,7 @@ sidebar_position: 4
Response = OPI_GoogleCalendar.CreateEvent(Token, Calendar, EventMatch);
Response = OPI_Tools.JSONString(Response);
```
@@ -23,7 +23,7 @@ sidebar_position: 7
Response = OPI_GoogleCalendar.DeleteEvent(Token, "55868c32be16935f0...", "j4nonfcc0m2..."); //Map
Response = OPI_Tools.JSONString(Response); //String
```
@@ -27,7 +27,7 @@ sidebar_position: 6
Response = OPI_GoogleCalendar.EditEvent(Token, "55868c32be16935f0...", EventMatch, "j4nonfcc0m2...");
Response = OPI_Tools.JSONString(Response);
```
@@ -22,7 +22,7 @@ sidebar_position: 2
Response = OPI_GoogleCalendar.GetEventList(Token, "55868c32be16935f0...");
Response = OPI_Tools.JSONString(Response);
```
@@ -23,7 +23,7 @@ sidebar_position: 3
Response = OPI_GoogleCalendar.GetEvent(Token, "55868c32be16935f0...", "j4nonfcc0m2..."); //Map
Response = OPI_Tools.JSONString(Response); //String
```
@@ -24,7 +24,7 @@ sidebar_position: 5
Response = OPI_GoogleCalendar.MoveEvent(Token, "bayselonarrend@gmail.com", "55868c32be16935f0...", "j4nonfcc0m2..."); //Map
Response = OPI_Tools.JSONString(Response); //String
```