Show / Hide Table of Contents

    Class ThirdPartyHelper

    Some useful methods linked to third party services.

    Inheritance
    object
    ThirdPartyHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Code.Library.Helpers
    Assembly: Code.Library.dll
    Syntax
    public static class ThirdPartyHelper

    Methods

    | Improve this Doc View Source

    GetAddToGoogleCalendarUrl(string, DateTime, DateTime, string, string)

    Gets Anchor link for Add to Google Calendar

    Declaration
    public static string GetAddToGoogleCalendarUrl(string title, DateTime startDate, DateTime endDate, string detailsUrl, string location)
    Parameters
    Type Name Description
    string title
    DateTime startDate
    DateTime endDate
    string detailsUrl
    string location
    Returns
    Type Description
    string
    | Improve this Doc View Source

    GetQrCodeImageUrl(string)

    Gets image url for the qr code

    Declaration
    public static string GetQrCodeImageUrl(string url)
    Parameters
    Type Name Description
    string url
    Returns
    Type Description
    string
    • Improve this Doc
    • View Source
    Back to top Generated by Abhith Rajan using DocFX