Calendar; ribbon with meeting info; fire up from either

This commit is contained in:
Heath Volmer
2017-10-03 17:38:41 -06:00
parent c53a14f05e
commit 01a9503f47
7 changed files with 120 additions and 47 deletions

View File

@@ -521,6 +521,18 @@ namespace PepperDash.Essentials
/// 15046
/// </summary>
public const uint MeetingsListVisible = 15046;
/// <summary>
/// 15047 The "Join" button on the next meeting ribbon
/// </summary>
public const uint NextMeetingRibbonJoinPress = 15047;
/// <summary>
/// 15048 Dismisses the ribbon
/// </summary>
public const uint NextMeetingRibbonClosePress = 15048;
/// <summary>
/// 15049
/// </summary>
public const uint NextMeetingRibbonVisible = 15049;
/// <summary>
/// 15051
/// </summary>