Class ThirdPartyHelper
Some useful methods linked to third party services.
Inheritance
ThirdPartyHelper
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
Returns
|
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