CN106873948B - Calendar display method and device - Google Patents

Calendar display method and device Download PDF

Info

Publication number
CN106873948B
CN106873948B CN201510919505.2A CN201510919505A CN106873948B CN 106873948 B CN106873948 B CN 106873948B CN 201510919505 A CN201510919505 A CN 201510919505A CN 106873948 B CN106873948 B CN 106873948B
Authority
CN
China
Prior art keywords
calendar
window
calling
interception function
handle
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201510919505.2A
Other languages
Chinese (zh)
Other versions
CN106873948A (en
Inventor
常永耘
蒋璐名
罗璇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhuhai Baoqu Technology Co Ltd
Original Assignee
Beijing Kingsoft Internet Security Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Kingsoft Internet Security Software Co Ltd filed Critical Beijing Kingsoft Internet Security Software Co Ltd
Priority to CN201510919505.2A priority Critical patent/CN106873948B/en
Publication of CN106873948A publication Critical patent/CN106873948A/en
Application granted granted Critical
Publication of CN106873948B publication Critical patent/CN106873948B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The embodiment of the invention provides a calendar display method and a device, which are applied to a calendar application program on terminal equipment, wherein the method comprises the following steps: when detecting that other application programs call a first call request of an interception function, judging whether a window handle transmitted in the first call request for calling the interception function is a handle of a calendar window or not; if so, generating a second call request for calling the interception function, wherein the window handle transmitted in the generated second call request for calling the interception function is a handle of a calendar window, so that an operating system of the terminal equipment processes the received window message by adopting a message response function of the calendar application program according to the second call request for calling the interception function, and a calendar interface corresponding to the calendar application program is displayed on the calendar window. According to the embodiment, a stable calendar interface can be displayed in the terminal equipment, and the user experience is improved.

Description

Calendar display method and device
Technical Field
The invention relates to the technical field of terminals, in particular to a calendar display method and device.
Background
With the adjustment of national legal holidays, people pay more and more attention to time and date related information such as holidays, shift supplementation, holidays and the like. Meanwhile, in daily life, busy work and interpersonal communication cause that people are difficult to remember all things, particularly birthdays and parties. At which point the calendar application in the terminal equipment can take its effect. For example, the user may set a time reminder in the calendar, and when the set time comes, the calendar may display a prompt message to remind the user of the backlog.
In the terminal device installed with the Windows system, the Windows system is provided with a calendar application program, and can display a calendar interface in a calendar window at the lower right corner of the terminal device, but the functions provided by the Windows system are limited. Therefore, other calendar applications can be installed on the terminal device, providing richer functions.
The calendar application installed on the terminal device can display its own calendar interface on the terminal device. However, when a plurality of calendar applications are installed on the terminal device, the calendar interface displayed on the terminal device may be switched among the plurality of calendar interfaces, and the user experience is poor.
Disclosure of Invention
The embodiment of the invention aims to provide a calendar display method and device, which are used for displaying a stable calendar interface in terminal equipment and improving user experience. The specific technical scheme is as follows:
in a first aspect, an embodiment of the present invention provides a calendar display method, which is applied to a calendar application program on a terminal device, and the method includes:
when detecting that other application programs call a first call request of an interception function, judging whether a window handle transmitted in the first call request for calling the interception function is a handle of a calendar window or not;
if so, generating a second call request for calling the interception function, wherein the window handle transmitted in the generated second call request for calling the interception function is a handle of a calendar window, so that an operating system of the terminal equipment processes the received window message by adopting a message response function of the calendar application program according to the second call request for calling the interception function, and a calendar interface corresponding to the calendar application program is displayed on the calendar window.
Optionally, the calendar application detects the call request of the interception function in a hook manner.
Optionally, after the calendar application is installed on the terminal device, the method further includes:
and generating a third call request for calling the interception function, wherein the window handle transmitted in the generated third call request for calling the interception function is a handle of a calendar window, so that the operating system processes the received window message by adopting a message response function of the calendar application program according to the third call request for calling the interception function, and displays a calendar interface corresponding to the calendar application program on the calendar window.
Optionally, the handle of the calendar window is: TrayClockWClass.
Optionally, the interception function is: SetWindowLongPtr function.
In a second aspect, an embodiment of the present invention further provides a calendar display apparatus, which is applied to a calendar application on a terminal device, where the apparatus includes:
the judging module is used for judging whether a window handle transferred in a first calling request for calling the interception function is a handle of a calendar window or not when detecting that other application programs call the first calling request of the interception function;
and the execution module is used for generating a second call request for calling the interception function when the judgment result of the judgment module is yes, wherein the window handle transmitted in the generated second call request for the interception function is a handle of a calendar window, so that an operating system of the terminal equipment processes the received window message by adopting a message response function of the calendar application program according to the second call request for calling the interception function, and a calendar interface corresponding to the calendar application program is displayed on the calendar window.
Optionally, the calendar application detects the call request of the interception function in a hook manner.
Optionally, the apparatus further comprises:
and the processing module is used for generating a third calling request for calling the interception function after the calendar application program is installed on the terminal equipment, wherein a window handle transmitted in the generated third calling request for the interception function is a handle of a calendar window, so that the operating system processes the received window message by adopting a message response function of the calendar application program according to the third calling request for calling the interception function, and a calendar interface corresponding to the calendar application program is displayed on the calendar window.
Optionally, the handle of the calendar window is: TrayClockWClass.
Optionally, the interception function is: SetWindowLongPtr function.
The calendar display method and the device provided by the embodiment of the invention are applied to a calendar application program on terminal equipment, and the method comprises the following steps: when detecting that other application programs call a first call request of an interception function, judging whether a window handle transmitted in the first call request for calling the interception function is a handle of a calendar window or not; if so, generating a second call request for calling the interception function, wherein the window handle transmitted in the generated second call request for calling the interception function is a handle of a calendar window, so that an operating system of the terminal equipment processes the received window message by adopting a message response function of the calendar application program according to the second call request for calling the interception function, and a calendar interface corresponding to the calendar application program is displayed on the calendar window. In this embodiment, when the first calendar application detects that a first call request for calling an interception function by another application is performed, and the window handle transferred in the first call request is a handle of a calendar window, it indicates that the other calendar application wants to display a calendar interface of the other calendar application in the calendar window, and the first calendar application may generate a second call request for calling the interception function, so that an operating system of the terminal device processes the received window message by using a message response function of the first calendar application, and displays the calendar interface corresponding to the first calendar application in the calendar window, thereby ensuring that the calendar interface of the first calendar application is always displayed in the calendar window, enabling a stable calendar interface to be displayed in the terminal device, and improving user experience.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 shows a schematic flow chart diagram illustrating one embodiment of a calendar display method in accordance with the present invention;
FIG. 2 shows a schematic flow chart diagram illustrating another embodiment of a calendar display method in accordance with the present invention;
fig. 3 is a schematic structural view showing one embodiment of a calendar display device provided according to the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the embodiments and features of the embodiments may be combined with each other without conflict. The present invention will be described in detail below with reference to the embodiments with reference to the attached drawings.
In the terminal equipment provided with the Windows system, the Windows system is provided with a calendar application program, and a calendar interface can be displayed on a calendar window at the lower right corner of the terminal equipment, but the functions provided by the calendar application program of the Windows system are limited, for example, a user can only view a common calendar but cannot view the correspondence of the common calendar and the lunar calendar; the user can also set time reminding in the calendar, and when the set time arrives, the calendar can display prompting information to remind the user of backlogs but cannot prompt the specific content of the backlogs. These cannot meet the needs of the user, and the user wants the calendar application to provide more abundant functions, such as providing the content of pending items, the correspondence of the common and lunar calendar, the weather forecast, the query of holiday and holiday climate, the query of vacation arrangement, and the like, and further providing the functions of buying airline tickets, and robbing train tickets for seconds, and the like.
Therefore, other calendar application programs can be installed on the terminal equipment, and richer functions are provided for the user. After the calendar application is installed on the terminal device, the calendar application installed on the terminal device can display a calendar interface of the terminal device.
In Windows implementations in Windows, all window rendering is implemented by receiving a WM _ PAINT message and calling the corresponding message response function. Therefore, in order for a calendar application installed on the terminal device to be able to draw its own calendar interface and display it on the terminal device, the WM _ PAINT message must be intercepted. Windows systems provide just such an interception function SetWindowLongPtr.
Therefore, any calendar application installed on the terminal device can generate a call request for calling the interception function, so that the operating system of the terminal device can place the message response function of the calendar application at the top of the function call chain, and after all window messages are intercepted, the WM _ PAINT message can be processed by adopting the message response function of the calendar application alone to draw a own calendar interface and display the own calendar interface in the calendar window.
When a plurality of calendar application programs are installed in the terminal equipment, a call request for calling an interception function can be generated for each calendar application program, a self message response function is placed at the top end of a function call chain, and a self calendar interface is displayed in a calendar window. Therefore, the message response function placed at the top of the function call chain may be changed continuously, and the calendar interface displayed in the calendar window may be unstable.
Therefore, the embodiment of the present invention provides a calendar display method, where when a first calendar application detects a first call request of another application calling an interception function, and a window handle passed in the first call request is a handle of a calendar window, it indicates that the other calendar application wants to display a calendar interface of the other calendar application on the calendar window, and the first calendar application may generate a second call request for calling the interception function, so that an operating system of a terminal device processes a received window message using a message response function of the first calendar application, and displays the calendar interface corresponding to the first calendar application on the calendar window, thereby ensuring that the calendar interface of the first calendar application is always displayed on the calendar window, enabling to display a stable calendar interface in the terminal device, and improving user experience.
Referring to FIG. 1, a schematic flow chart diagram illustrating one embodiment of a calendar display method is provided in accordance with the present invention.
As shown in fig. 1, the calendar display method provided in this embodiment is applied to a calendar application program on a terminal device, and may include the following steps:
step 101, when detecting a first call request for calling an interception function by other application programs, judging whether a window handle transferred in the first call request for calling the interception function is a handle of a calendar window.
In this embodiment, the first calendar application installed on the terminal device may display its own calendar interface in the calendar window. And moreover, the own calendar interface can be always displayed in the calendar window, and the calendar interfaces of other calendar application programs are not displayed in the calendar window of the terminal equipment.
If other calendar application programs want to display their own calendar interfaces in the calendar window, a call request for calling the interception function needs to be generated. Accordingly, the first calendar application installed on the terminal device can detect whether there is a first call request for another application to call the interception function. Wherein, the interception function may be: SetWindowLongPtr function.
For example, the first calendar application may detect whether there is a first call request for another application to call the interception function by means of a hook. Specifically, a third-party class library Detours can be used, and the class library is used for hooking function calls and replacing original function calls with rewritten functions. By using the method, the interception function can be rewritten, and when other application programs call the interception function, the first calendar application program can detect the interception function.
When the first calendar application program detects a first call request for calling the interception function by other application programs, whether the window handle transferred in the first call request for calling the interception function is the handle of the calendar window can be further judged.
In the terminal equipment, different application programs generate corresponding call requests for calling the interception function, and different windows, such as a word window, an input method window and the like, can be drawn in the terminal equipment. Therefore, when the first calendar application detects a first call request for another application to call the interception function, the type of the window to be drawn in the terminal device cannot be determined based only on the first call request.
When each application program generates a call request for calling the interception function, the corresponding window handle can be transmitted in the call request for calling the interception function, so that the corresponding window can be drawn in the terminal equipment. Thus, to determine that the detected first call request of the intercept function corresponds to a drawn window type, the first calendar application may further determine whether the window handle passed in the first call request of the intercept function is a handle of a calendar window.
When the window handle transferred in the first call request of the interception function is not a handle of the calendar window, and the window type drawn corresponding to the first call request of the interception function is not the calendar window, the first application program may not perform subsequent operations. Other application programs can continue to call the interception function and execute corresponding operations.
Optionally, in the Windows system, the handle of the calendar window is: TrayClockWClass.
102, generating a second call request for calling the interception function, wherein a window handle transmitted in the generated second call request for calling the interception function is a handle of a calendar window, so that an operating system of the terminal equipment processes a received window message by using a message response function of the calendar application program according to the second call request for calling the interception function, and a calendar interface corresponding to the calendar application program is displayed in the calendar window.
When the first calendar application determines that the window handle passed in the first call request of the intercept function is a handle of a calendar window, it indicates that other calendar applications want to display their calendar interfaces in the calendar window. In this case, the first calendar application may generate a second call request for calling the interception function, where the window handle passed in the generated second call request for the interception function is a handle of the calendar window, so that the operating system of the terminal device may process the received window message by using the message response function of the first calendar application according to the second call request for calling the interception function, so as to display the calendar interface corresponding to the first calendar application in the calendar window.
Specifically, when the first calendar application program determines that the window handle transmitted in the first call request of the interception function is a handle of the calendar window, the operating system processes the received window message by using the message response function of the other calendar application programs, and displays the calendar interfaces corresponding to the other calendar application programs in the calendar window. And the first calendar application program can generate a second call request for calling the interception function, and the window handle transmitted in the call request for calling the interception function is the handle of the calendar window, so that the operating system can process the received window message by adopting the message response function of the first calendar application program according to the second call request for calling the interception function, and display the calendar interface corresponding to the first calendar application program in the calendar window. Therefore, the first calendar application program can display the calendar interface corresponding to the first calendar application program in the calendar window by generating the second call request for calling the interception function. Because the calendar interface corresponding to the first application program can be displayed in time, the calendar interface of the first application program is always displayed to a user.
The calendar display method provided by the embodiment is applied to a calendar application program on terminal equipment, and the method comprises the following steps: when detecting that other application programs call a first call request of an interception function, judging whether a window handle transmitted in the first call request for calling the interception function is a handle of a calendar window or not; if so, generating a second call request for calling the interception function, wherein the window handle transmitted in the generated second call request for calling the interception function is a handle of a calendar window, so that an operating system of the terminal equipment processes the received window message by adopting a message response function of the calendar application program according to the second call request for calling the interception function, and a calendar interface corresponding to the calendar application program is displayed on the calendar window. In this embodiment, when the first calendar application detects that a first call request for calling an interception function by another application is performed, and the window handle transferred in the first call request is a handle of a calendar window, it indicates that the other calendar application wants to display a calendar interface of the other calendar application in the calendar window, and the first calendar application may generate a second call request for calling the interception function, so that an operating system of the terminal device processes the received window message by using a message response function of the first calendar application, and displays the calendar interface corresponding to the first calendar application in the calendar window, thereby ensuring that the calendar interface of the first calendar application is always displayed in the calendar window, enabling a stable calendar interface to be displayed in the terminal device, and improving user experience.
Referring to fig. 2, a schematic flow chart diagram illustrating another embodiment of a calendar display method is provided in accordance with the present invention.
As shown in fig. 2, the calendar display method provided in this embodiment, applied to a calendar application program on a terminal device, may include the following steps:
step 201, after the calendar application program is installed on the terminal device, generating a third call request for calling the interception function, where a window handle transmitted in the generated third call request for the interception function is a handle of a calendar window, so that the operating system processes the received window message by using a message response function of the calendar application program according to the third call request for calling the interception function, so as to display a calendar interface corresponding to the calendar application program on the calendar window.
In this embodiment, after the first calendar application is installed on the terminal device, a third call request for calling the interception function may be generated, where a window handle passed in the generated third call request for intercepting the function is a handle of a calendar window, so that an operating system of the terminal device processes a received window message by using a message response function of the first calendar application according to the third call request for calling the interception function, and displays a calendar interface corresponding to the first calendar application in the calendar window. Therefore, it is ensured that the first calendar application can display its own calendar interface in the terminal device after being installed in the terminal device.
Step 202, when detecting a first call request for calling an interception function by other application programs, judging whether a window handle transferred in the first call request for calling the interception function is a handle of a calendar window.
Step 203, generating a second call request for calling the interception function, wherein the window handle transmitted in the generated second call request for calling the interception function is a handle of a calendar window, so that the operating system of the terminal device processes the received window message by using the message response function of the calendar application program according to the second call request for calling the interception function, so as to display a calendar interface corresponding to the calendar application program in the calendar window.
The steps 202-203 are substantially the same as the steps 101-102 in the embodiment shown in fig. 1, and are not repeated herein.
The method provided by the embodiment can ensure that the calendar interface of the first calendar application can be displayed in the terminal equipment after the first calendar application is installed on the terminal equipment. In addition, the calendar interface of the first calendar application program can be always displayed in the calendar window, so that a stable calendar interface can be displayed in the terminal equipment, and the user experience is improved.
Referring to fig. 3, a schematic structural diagram of an embodiment of a calendar display device according to the present invention is shown.
As shown in fig. 3, the calendar display apparatus provided in this embodiment is applied to a calendar application on a terminal device, and the apparatus may include:
the judging module 310 is configured to, when detecting that another application calls a first call request of an interception function, judge whether a window handle transferred in the first call request for calling the interception function is a handle of a calendar window;
an executing module 320, configured to generate a second call request for calling the interception function when the determination result of the determining module 310 is yes, where a window handle transmitted in the generated second call request for the interception function is a handle of a calendar window, so that an operating system of the terminal device processes a received window message by using a message response function of the calendar application program according to the second call request for calling the interception function, and displays a calendar interface corresponding to the calendar application program in the calendar window.
Further, the calendar application program detects the call request of the interception function in a hook mode.
Further, the handle of the calendar window is: TrayClockWClass.
Further, the interception function is: SetWindowLongPtr function.
In an optional implementation manner of this embodiment, the apparatus may further include:
the processing module 330 is configured to generate a third call request for calling the interception function after the calendar application is installed on the terminal device, where a window handle transmitted in the generated third call request for the interception function is a handle of a calendar window, so that the operating system processes the received window message by using a message response function of the calendar application according to the third call request for calling the interception function, and displays a calendar interface corresponding to the calendar application in a calendar window.
According to the calendar display device provided by the embodiment, when a first call request that other application programs call an interception function is detected, and a window handle transmitted in the first call request is a handle of a calendar window, it indicates that the other calendar application programs want to display a calendar interface of the other calendar application programs on the calendar window, and the first calendar application program can generate a second call request for calling the interception function, so that an operating system of the terminal device processes a received window message by using a message response function of the first calendar application program, and the calendar interface corresponding to the first calendar application program is displayed on the calendar window, therefore, the calendar interface of the first calendar application program is guaranteed to be always displayed on the calendar window, a stable calendar interface can be displayed on the terminal device, and user experience is improved.
The device provided by the embodiment can ensure that the calendar interface of the first calendar application can be displayed in the terminal equipment after the first calendar application is installed on the terminal equipment. In addition, the calendar interface of the first calendar application program can be always displayed in the calendar window, so that a stable calendar interface can be displayed in the terminal equipment, and the user experience is improved.
For the system/apparatus embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and reference may be made to some descriptions of the method embodiments for relevant points.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (8)

1. A calendar display method applied to a calendar application on a terminal device, the method comprising:
after the calendar application program is installed on the terminal equipment, generating a third calling request for calling an interception function, wherein a window handle transmitted in the generated third calling request for the interception function is a handle of a calendar window, so that an operating system of the terminal equipment processes received window information by adopting a message response function of the calendar application program according to the third calling request for calling the interception function, and a calendar interface corresponding to the calendar application program is displayed on the calendar window;
when detecting that other application programs call a first call request of an interception function, judging whether a window handle transmitted in the first call request for calling the interception function is a handle of a calendar window or not;
if so, generating a second call request for calling the interception function, wherein the window handle transmitted in the generated second call request for calling the interception function is a handle of a calendar window, so that an operating system of the terminal equipment processes the received window message by adopting a message response function of the calendar application program according to the second call request for calling the interception function, and a calendar interface corresponding to the calendar application program is displayed on the calendar window.
2. The method of claim 1, wherein the calendar application detects the request for the interception function by hooking.
3. The method of claim 1 or 2, wherein the handle to the calendar window is: TrayClockWClass.
4. The method of claim 3, wherein the interception function is: SetWindowLongPtr function.
5. A calendar display apparatus, applied to a calendar application on a terminal device, the apparatus comprising:
the processing module is used for generating a third calling request for calling an interception function after the calendar application program is installed on the terminal equipment, wherein a window handle transmitted in the generated third calling request for the interception function is a handle of a calendar window, so that an operating system of the terminal equipment processes received window information by adopting a message response function of the calendar application program according to the third calling request for calling the interception function, and a calendar interface corresponding to the calendar application program is displayed on the calendar window;
the judging module is used for judging whether a window handle transferred in a first calling request for calling the interception function is a handle of a calendar window or not when detecting that other application programs call the first calling request of the interception function;
and the execution module is used for generating a second call request for calling the interception function when the judgment result of the judgment module is yes, wherein the window handle transmitted in the generated second call request for the interception function is a handle of a calendar window, so that an operating system of the terminal equipment processes the received window message by adopting a message response function of the calendar application program according to the second call request for calling the interception function, and a calendar interface corresponding to the calendar application program is displayed on the calendar window.
6. The apparatus of claim 5, wherein the calendar application detects the request for the interception function by hooking.
7. The apparatus of claim 5 or 6, wherein the handle of the calendar window is: TrayClockWClass.
8. The apparatus of claim 7, wherein the interception function is: SetWindowLongPtr function.
CN201510919505.2A 2015-12-10 2015-12-10 Calendar display method and device Active CN106873948B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510919505.2A CN106873948B (en) 2015-12-10 2015-12-10 Calendar display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510919505.2A CN106873948B (en) 2015-12-10 2015-12-10 Calendar display method and device

Publications (2)

Publication Number Publication Date
CN106873948A CN106873948A (en) 2017-06-20
CN106873948B true CN106873948B (en) 2020-03-27

Family

ID=59176988

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510919505.2A Active CN106873948B (en) 2015-12-10 2015-12-10 Calendar display method and device

Country Status (1)

Country Link
CN (1) CN106873948B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6871348B1 (en) * 1999-09-15 2005-03-22 Intel Corporation Method and apparatus for integrating the user interfaces of multiple applications into one application
CN1971604A (en) * 2005-11-23 2007-05-30 阿尔卡特公司 System and method for calendar presence retrieval
CN103384891A (en) * 2011-02-03 2013-11-06 谷歌公司 Touch gesture for detailed display
CN104539584A (en) * 2014-12-05 2015-04-22 北京奇虎科技有限公司 Anti-injection method for browser, browser client and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101466077B (en) * 2007-12-19 2012-10-10 株式会社Ntt都科摩 System, device and method for implementing synchronization of presentation information and schedule information
CN101964840A (en) * 2010-05-19 2011-02-02 宇龙计算机通信科技(深圳)有限公司 Method and device for displaying calendar icons

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6871348B1 (en) * 1999-09-15 2005-03-22 Intel Corporation Method and apparatus for integrating the user interfaces of multiple applications into one application
CN1971604A (en) * 2005-11-23 2007-05-30 阿尔卡特公司 System and method for calendar presence retrieval
CN103384891A (en) * 2011-02-03 2013-11-06 谷歌公司 Touch gesture for detailed display
CN104539584A (en) * 2014-12-05 2015-04-22 北京奇虎科技有限公司 Anti-injection method for browser, browser client and device

Also Published As

Publication number Publication date
CN106873948A (en) 2017-06-20

Similar Documents

Publication Publication Date Title
CN107147810B (en) Information reminding method and device, storage medium and electronic equipment
US9883358B2 (en) Electronic device and method of determining suggested responses to text-based communications
RU2617387C2 (en) Method and device for displaying dynamic pictograms
US20140171133A1 (en) Query response
US8494890B2 (en) Keeping working hours and calendar entries up-to-date
US8483665B2 (en) Mobile device featuring sensor responsive re-notifications
US20160148167A1 (en) Method and apparatus for facilitating meeting
CN107786421B (en) Task reminding method and device with multiple information sources
US8260321B1 (en) Systems and methods for event attendance notification
US20150033144A1 (en) Method and apparatus for registering schedule in portable terminal
US20160117202A1 (en) Prioritizing software applications to manage alerts
CN106651289B (en) Task reminding method and device
CN103475786A (en) Method and system for setting mobile terminal alarm clock
US11615380B2 (en) Electronic device and method for automatically responding to calendar event notifications
CN109743246B (en) Message emergency reminding method and device and electronic equipment
CN103530039A (en) Method and terminal for switching application
AU2022374279A1 (en) Table processing method and apparatus, electronic device, medium, and program product
EP3142053A1 (en) Electronic apparatus and operating method thereof
CN106873948B (en) Calendar display method and device
US20150012883A1 (en) Method and apparatus for providing a task-based user interface
US20080022224A1 (en) Pushed and pulled information display on a computing device
CN103533176A (en) Method for opening application and terminal
WO2015131666A1 (en) Communication feedback method, responding mobile terminal and connection system
US20070214430A1 (en) Textpane for pushed and pulled information on a computing device
CN113568695A (en) Corner mark processing method and device for boarder application

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20181212

Address after: Room 105-53811, No. 6 Baohua Road, Hengqin New District, Zhuhai City, Guangdong Province

Applicant after: Zhuhai Leopard Technology Co.,Ltd.

Address before: 519070, six level 601F, 10 main building, science and technology road, Tangjia Bay Town, Zhuhai, Guangdong.

Applicant before: Zhuhai Juntian Electronic Technology Co.,Ltd.

Applicant before: BEIJING KINGSOFT INTERNET SECURITY SOFTWARE Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant