Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadOpenTasks ¶
func ReadOpenTasks( client *msgraphsdk.GraphServiceClient, listID *string, ) (models.TodoTaskCollectionResponseable, error)
ReadOpenTasks uses the Microsoft Graph API to fetch the To-Do tasks with status 'notStarted'.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Get ¶
func (c *Client) Get( tenantID string, clientID string, ) (*msgraphsdk.GraphServiceClient, error)
GetClient creates a Microsoft Graph client using the Device Code Authentication Provider.
Click to show internal directories.
Click to hide internal directories.