Skip to content

Commit

Permalink
add - doc - Added ISO 9070 FPI for card and calend...
Browse files Browse the repository at this point in the history
...ar

---

For clipboard implementers, we've added the ISO 9070 FPI (Formal Public Identifier) code to describe a clipboard object for both vCard and vCalendar.

---

Type: add
Breaking: False
Doc Required: True
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 29, 2024
1 parent 3125b57 commit aaa71fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions VisualCard.Calendar/CalendarTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ namespace VisualCard.Calendar
/// </summary>
public static class CalendarTools
{
/// <summary>
/// ISO 9070 Formal Public Identifier (FPI) for clipboard format type
/// </summary>
public const string FPI = "+//ISBN 1-887687-00-9::versit::PDI//vCalendar";

/// <summary>
/// Gets the list of parsers for single/multiple contacts from the string
/// </summary>
Expand Down
5 changes: 5 additions & 0 deletions VisualCard/CardTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ namespace VisualCard
/// </summary>
public static class CardTools
{
/// <summary>
/// ISO 9070 Formal Public Identifier (FPI) for clipboard format type
/// </summary>
public const string FPI = "+//ISBN 1-887687-00-9::versit::PDI//vCard";

/// <summary>
/// Gets the list of parsers for single/multiple contacts from the string
/// </summary>
Expand Down

0 comments on commit aaa71fd

Please sign in to comment.