CalendarPlugin.AddEventAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add an event to my calendar.
[Microsoft.SemanticKernel.KernelFunction]
public System.Threading.Tasks.Task AddEventAsync(string input, DateTimeOffset start, DateTimeOffset end, string? location = default, string? content = default, string? attendees = default);
[<Microsoft.SemanticKernel.KernelFunction>]
member this.AddEventAsync : string * DateTimeOffset * DateTimeOffset * string * string * string -> System.Threading.Tasks.Task
Public Function AddEventAsync (input As String, start As DateTimeOffset, end As DateTimeOffset, Optional location As String = Nothing, Optional content As String = Nothing, Optional attendees As String = Nothing) As Task
Parameters
- input
- String
- start
- DateTimeOffset
- end
- DateTimeOffset
- location
- String
- content
- String
- attendees
- String
Returns
- Attributes