mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Calendar; ribbon with meeting info; fire up from either
This commit is contained in:
parent
c53a14f05e
commit
01a9503f47
7 changed files with 120 additions and 47 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue